-
import leafmap.foliumap as foliumap I want to get user drawing in the map, so I use Then how do I get the user drawings using foliumap? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 11, 2023
Replies: 1 comment 2 replies
-
folium does not support getting drawings programmatically. See python-visualization/folium#1565 and python-visualization/folium#1402 You need ipyleaflet. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
folium does not support getting drawings programmatically. See python-visualization/folium#1565 and python-visualization/folium#1402
You need ipyleaflet.