python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.94k stars 2.23k forks source link

folium.plugins.MeasureControl is not working #1832

Closed AlineGobbi closed 1 year ago

AlineGobbi commented 1 year ago

when i copy this code on jupyter, https://python-visualization.github.io/folium/latest/user_guide/plugins/measure_control.html does not work, i can't make two clicks, and when i do in my project is the same

my version of folium is 0.14.0 my python version is 3.9.13

ocefpaf commented 1 year ago

Can you upgrade to folium 0.15.0? I just tested against it and it seems to be working as expected. I could reproduce the problem with 0.14.0 BTW but it is not worth for us to issue a patch release there just to fix this.

AlineGobbi commented 1 year ago

Now it works, thank you very much

ocefpaf commented 1 year ago

Now it works, thank you very much

Glad it is working. Closing it. Please re-open if the issue reappears.