mutsuyuki / Leaflet.SmoothWheelZoom

Smooth wheel zoom plugin for leaflet. This plugin provide smooth zoom ux like Google map.
MIT License
77 stars 31 forks source link

L.marker displayed incorrect after wheelzoom #6

Open peili opened 3 years ago

peili commented 3 years ago

https://user-images.githubusercontent.com/1823148/115925343-462ca700-a481-11eb-8d4d-37f1a67d4c0d.mp4

I am running into an issue where all L.marker (with .bindTooltip) suddenly displayed at the wrong position. That behaviour only gets fixed by zooming in/out again.

peili commented 3 years ago

After some more testing, I can share using smoothWheelZoom: 'center', doesn't reproduce the issue.