randyzwitch / streamlit-folium

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

Draw support - finish option doesn't work #203

Closed OmkarjoshiEll0254 closed 3 weeks ago

OmkarjoshiEll0254 commented 2 months ago

I am trying to add draw line option and picking the coordinates. But finish option is not working once I draw a line. Attached screenshot below: image

hansthen commented 3 weeks ago

Is this the same issue as https://github.com/randyzwitch/streamlit-folium/issues/161? There are more reports of the Draw plugin not working everywhere. Weirdly enough, I cannot reproduce this issue locally.

@OmkarjoshiEll0254 could you add the versions of folium and streamlit-folium and streamlit you are using? It would also be helpful to know what browser version you are using.

OmkarjoshiEll0254 commented 3 weeks ago

@hansthen sorry. I am no longer using streamlit. But just to confirm, I was using streamlit : 1.32.1 streamlit_folium : 0.21.0

Thanks

hansthen commented 3 weeks ago

@randyzwitch I think I found the cause of this issue. However, there seem to be some problems with the build pipeline, which are not related to my PR. Could you have a look to see what's the issue with the build pipeline?

blackary commented 3 weeks ago

Closed by #211