leaflet-panel-layers icon indicating copy to clipboard operation
leaflet-panel-layers copied to clipboard

Leaflet Control Layers extended with support groups and icons

Results 19 leaflet-panel-layers issues
Sort by recently updated
recently updated
newest added

TODO setting zindex of current active layer to the max zindex

bug

Hi Thank you for this neat plugin. I have a baselayer group with radio buttons, and I have another overlayer group with checkboxes. But I want this overlay group to...

Hi I am working on a map in which the user can select an option from a slider and depending on that option, I read a certain file and load...

"leaflet": "~1.3.0" is provided as a dependency in package.json but this version is quite old, and therefore misses out on bug fixes/performance/features etc since this version. I am using leaflet-panel-layers...

When calling `removeLayer()` from within `map.on` event the baselayer menu gets a bit wonky. After removing even a single layer I can click thru the baselayers top to bottom just...

One of my overlays loads more than 25,000 records, so it takes a few seconds to show up on the map. What would be the best way to show a...

Looks like you've replaced it with "selectorGroup", but your readme still refers to "groupCheckboxes" as well.

I have noticed that both methods below only works when layer is added to a map directly and not to a group `panelLayers.removeLayer(toRemove)` or `toRemove.removeFrom(maps[mapId])` ``` function addLayer(mapId, layer, layerId)...

Is there a possibility to check all layers in a group in a code? I have few groups created dynamically and want to select all layers form specified one? Or...