randyzwitch / streamlit-folium

Streamlit Component for rendering Folium maps
https://folium.streamlit.app/
MIT License
468 stars 176 forks source link

Fix draw support for folium >= 0.15 #162

Closed blackary closed 10 months ago

blackary commented 10 months ago

The changes to support 0.15.1 #156 unintentionally broke the drawing feature

This fixes that, and adds a better test of the drawing functionality

Thanks @this-josh for catching this issue!

Fixes #161