Leaflet.MagnifyingGlass icon indicating copy to clipboard operation
Leaflet.MagnifyingGlass copied to clipboard

A plugin to add a customizable magnifying glass tool to a Leaflet map.

Results 9 Leaflet.MagnifyingGlass issues
Sort by recently updated
recently updated
newest added

I am trying to add this plugin to my react-leaflet v4 project. I have also asked this question on the [stackoverflow](https://stackoverflow.com/questions/72869335/show-vector-layers-through-leaflet-magnifyingglass-on-react-leaflet-4) It functions well but it is showing the empty...

For now we hide the fixed glasses during zoom transitions, using the `leaflet-zoom-hide` class as advised by the [Leaflet API doc](http://leafletjs.com/reference.html#ilayer). It would be great instead that they follow zoom...

enhancement

For the same reason we call `invalidateSize()` after `magnifyingGlass` has been added, we should call it after resizing the container. Tiles don't get loaded properly when you increase the radius...

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

I've come up with a simple addition to `L.MagnifyingGlass`: A `setFixedZoom` method. Usually my magnifying glass has `zoomOffset = 0`, but when the main map reaches its `maxZoom = 18`,...

Added a button in the leaflet's zoom control: in this way it's easier to activate/deactivate the glass without writing add/remove layer code

Hi, I am quite new to Leaflet. I have used Magnifier plugin in my app which has many layers. Can somebody tell me how to set and remove magnifier for...

Hi, thank you for this fantastic plugin. Recently, I tested the plugin using iPad (iOS 7), and it's not working. Whenever the button was clicked, no magnifying glass existed on...

Hi @bbecquet .. first off Thanks for a Superb plugin!! I was wondering if there is a way to fix the glass to some pixel coordinates in the viewport and...