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

Make `pointer-events` configurable

Open janfabry opened this issue 6 years ago • 2 comments

We set the pointer-events manually to auto (since #22, modified in #75), but it would be nice if the value would be configurable.

Example use case: I would like to set them to visible instead of auto, to be able to get mouse events for features without a fill.

janfabry avatar Sep 18 '17 08:09 janfabry

I would like this too, for the opposite case: making a layer "click-through" so that clicks are triggered on the layers below.

wlievens avatar Jun 28 '18 10:06 wlievens

Actually it seems the interactive option covers this for my use case.

wlievens avatar Jun 28 '18 10:06 wlievens