You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
folium is kind of a one way street from Python to Javascript. So in general, no there's no way to get data made from interacting with the map back to Python. Some ideas:
You could have to brew something on your own.
You could use the Draw plugin to export a geojson file and load that back into Python.
Is it possible to get the lat/lng programmatically from a mouse click event on the map? The lat/lng is needed for subsequent computation. Thanks.
The text was updated successfully, but these errors were encountered: