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.
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.