leaflet-groupedlayercontrol icon indicating copy to clipboard operation
leaflet-groupedlayercontrol copied to clipboard

Leaflet layer control with support for grouping overlays together.

Results 27 leaflet-groupedlayercontrol issues
Sort by recently updated
recently updated
newest added

1. I would like the group checkbox to be set to selected **if all** overlays in the group is selected when adding them to the map. (Currently the group checkbox...

enhancement

I have an existing map You can download it [here](https://drive.google.com/file/d/11FeipIAOLJmDCc17zgapanGcFejwYUnR/view?usp=sharing) I dont know how i can possibly make a fiddle with so many files and the map folder so i...

I have found that while using this library, I sometimes end up with an extremely large list of layers that can be added to a (sometimes quite small) map. The...

Google Chrome is now touch-enabled, so `L.Browser.touch` returns true, meaning line [91](https://github.com/ismyrnow/leaflet-groupedlayercontrol/blob/gh-pages/src/leaflet.groupedlayercontrol.js#L91) is called instead of lines [93](https://github.com/ismyrnow/leaflet-groupedlayercontrol/blob/gh-pages/src/leaflet.groupedlayercontrol.js#L93) & [94](https://github.com/ismyrnow/leaflet-groupedlayercontrol/blob/gh-pages/src/leaflet.groupedlayercontrol.js#L94). I'm guessing these lines are intended to correct the UX...

Does someone know how to implement this code in my python file?

Would love someone to help me defined the typing's for this plugin. I've been struggling with it for a few days but haven't gotten far. It may be because I'm...

It would be useful (for me, anyway) to have groups of mutually exclusive layers that could also be deselected such that none of the layers is showing. In the current...

I love this plugin! I'm trying to add a simple close button to work with the grouped layer control, but I'm stuck on how to extend it. Without using the...

Isolates the fix in https://github.com/ismyrnow/leaflet-groupedlayercontrol/pull/46 for removeLayer() - per comments in that pull request, the fix in https://github.com/ismyrnow/leaflet-groupedlayercontrol/pull/50 wasn't complete and we were still seeing the removeLayer error https://github.com/ismyrnow/leaflet-groupedlayercontrol/issues/49 ....

Has anyone had any success implementing Grouped Layer Control with Leaflet for R? This would be very helpful to have as there are limited abilities to create sub-groups, leaving one...