The Draw plugin, in folium, can "export" all the objects (including markers), made with the plugin, to a GeoJson. I intend to get all the markers information on the map (coordinates) in order to save them or process them. I can save an HTML an look for them inside of it, but it's very messy.
Is there a way to "export" (like folium) or save the markers to a GeoJson or to have access to the list of the markers on the map? thx