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

This will add an optional new feature, that can be activated with the `groupCheckboxes` option. When activated it will add checkboxes to the groups. These checkboxes allow to select or...

**Description:** I currently have about 5 groups with several layers inside. Anytime I add or remove a layer in the code, using `layer.addTo(map)` or `map.removeLayer(layer)` it closes all the groups....

Hi, I get Uncaught TypeErrors from both c and this._map when the controller is removed, seems to be that the click event is handled after the controller is removed from...

I have edited the file: src/leaflet-panel-layers.js Using exclusiveGroup property in the layers definitions will make the layer exclusively selectable in that group (like baseMaps). Small example: var overLayers = [...

I have been trying to add basemaps from Bing and I have no error. Can you add Bing maps?

Hi! I'm facing a problem with using addOverlay(). Using this function the added layer does not contain the leaflet layer._events. They can look like this: ``` _events: add: [{…}] remove:...

Dear Stefano, thank you for your plugin. Trying to figure out how to add a layer and assign it to a group: This work as expected: var myItem = {...

I'd like to use the 'buildItem' function for just one layer in the layer control, or have different buildItem functions for each layer.

For example, allow by adding an option to the group definition: ` radio: true, ` Or some other reasonable keyword. Note that similar functionality has been implemented in the (now...

I have implemented "Select All" function to check/uncheck all overlays by group. It works well with several GeoJson Layers. BUT, trying to add a 26th layer (like "sat", a tileLayer)...