flyTo and untilPanOrZoom combination breaks following · Issue #314 · domoritz/leaflet-locatecontrol · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the options contains flyTo: true, setView: 'untilPanOrZoom', the code self-cancels following instantly in the following call stack:
_onZoom
fire
_moveStart
flyTo
setView
I think that _moveStart should not fire the 'zoomstart' event when it is caused by flyTo or _onZoom should ignore the event while the zoom happens due to flyTo.
The text was updated successfully, but these errors were encountered:
When the options contains
flyTo: true, setView: 'untilPanOrZoom'
, the code self-cancels following instantly in the following call stack:I think that _moveStart should not fire the 'zoomstart' event when it is caused by flyTo or _onZoom should ignore the event while the zoom happens due to flyTo.
The text was updated successfully, but these errors were encountered: