jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.48k stars 363 forks source link

MeasureControl pans map southeast upon clicking #1116

Closed jvferrese closed 1 year ago

jvferrese commented 1 year ago

Hello.

I'm trying to get the MeasureControl to work in ipyleaflet. Whenever I click to set a measurement point, the map pans to the southeast (see attached video). I am in the following Jupyter notebook environment with ipyleaflet 0.17.2 installed. Any guidance would be much appreciated!

IPython          : 8.6.0
ipykernel        : 6.16.2
ipywidgets       : 7.7.2
jupyter_client   : 7.3.4
jupyter_core     : 4.11.1
jupyter_server   : 1.21.0
jupyterlab       : 3.5.0
nbclient         : 0.7.0
nbconvert        : 7.2.3
nbformat         : 5.7.0
notebook         : 6.3.0
qtconsole        : not installed
traitlets        : 5.5.0

https://github.com/jupyter-widgets/ipyleaflet/assets/110434678/d767ddb1-01e9-4920-bcc9-b40e9721fb07

jvferrese commented 1 year ago

Seeing duplicate issue at https://github.com/jupyter-widgets/ipyleaflet/issues/1076. Downgrading to ipyleaflet=0.17.0 worked per the suggestion there. Closing this issue.