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
The map locks up and becomes unusable if you set an initial center and zoom (via constructor), or later set the view (via setView), then add a marker to the map, then set the view again (another call to setView). Additionally, the final call to setView does not take effect.
I couldn't write a unit test to reproduce this because it seems if you document.createElement('div') the map container, then this works as expected, but if you pull a container out of an existing DOM then the bug reproduces.
This is not an issue if map.options.markerZoomAnimation === false
This is not an issue if {reset: true} is passed to setView calls.