Leaflet.SmoothWheelZoom
Leaflet.SmoothWheelZoom copied to clipboard
Smooth wheel zoom plugin for leaflet. This plugin provide smooth zoom ux like Google map.
at the moment, according to my research, there is no way to integrate this functionality into leaflet react. I think you would have to work with useMap like this `const...
I have problem with this plugin, i have L-Control to maintain filters of my map but since i used SmoothWheelZoom my L-Control components wont scrollable anymore. Then how to disable...
Zooming in/out with mousewheel doesnt seem to work in Firefox. No problem in Chrome, Edge. Your [Demo](https://mutsuyuki.github.io/Leaflet.SmoothWheelZoom/) works fine and my project without this plugin works fine. I placed your...
This plugin effectively bypassing zoom snapping when scrolling with the mouse, but anything else that changes the zoom -- pinch zooming with a touch screen, or calling `fitBounds()` -- causes...
If the mouse moves at all while scrolling, the map pans with the mouse movement in a very janky way, as shows in this video: https://user-images.githubusercontent.com/3784591/201303563-7ab133c3-1969-4476-8187-850ce9b49482.mp4 This seems to fix...
Hi, First of all... tremendous feature! Well done! Is it possible to provide a means of importing this into a webpack based project using npm? I can not seem to...
While zooming, all markers seems to have a small lag in animation.
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.
TYPESCRIPT > JAVASCRIPT
How change zoom widget position from default top-left to any other?