how to create interactive map component #158
Unanswered
pandadezzz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Map component is a must have. We didn't take time to implement it properly. Someone has opened a PR with custom component for mapping with leaflet. I try using it it work almost fine. There is some fix to perform to remove some bugs. I don't know when a map component would be release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would one go about creating a interactive map like streamlit-folium where user can interact with map and get output of coordinates of where user clicked?
example html would be
But i am not sure how to add this to html element? Or then access the values of e.latlng.lat, e.latlng.lng to be used in app?
Beta Was this translation helpful? Give feedback.
All reactions