Leaflet.MagnifyingGlass
Leaflet.MagnifyingGlass copied to clipboard
setRadius doesn't center magnifying glass on mouse pointer
I came upon this when implementing #14. When I call setRadius
the magnifying glass "jumps" off-center because it is resized. Then when I move the mouse, it jumps back to its center position around the mouse pointer. Can we tweak L.MagnifyingGlass
so that setRadius
also centers the magnifying glass correctly?