Leaflet.Control.Layers.Tree icon indicating copy to clipboard operation
Leaflet.Control.Layers.Tree copied to clipboard

a Tree Layers Control for Leaflet

Results 16 Leaflet.Control.Layers.Tree issues
Sort by recently updated
recently updated
newest added

Hi, my old application used to save the layer tree state (which layers are selected, which submenues have been opened or closed, which children are open, the complete tree layout)...

I have a layer control tree with selectAllCheckbox set to true for subgroups of child layers. I noticed a bug that could be in part due to my app configuration....

Hi, Is there any way to add only one parent layer having checkbox to show/hide and NO children's attached to it.

There is such a code(it is taken from the example): ``` var granada = L.marker([37.133, -3.636]); var malaga = L.marker([36.674, -4.499]); var sevilla = L.marker([37.418, -5.893]); malaga.addTo(map); granada.addTo(map); sevilla.addTo(map); var...

hi, how to use this with markerclustergroup

When I place a tree on the map, the element that is responsible for expanding the tree blinks when I hover over it. in this case, the tree elements are...

Hi, I create 3 LayerGroup (L1, L2, L3). I would like that L3 is over L2 and L2 over L1. In pure leaflet code, if create the 3 layergroups and...

Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Hi, firts of all thank you very much for this excelent work, my proposal is, if possible, create mutually exclusive subgroups of layers, that is, subgroups with radiogroups ``` Example:...

At present, the control is opened/closed using `mouseover`/`mouseout` events. This makes it difficult to operate by users with some disabilities and/or assistive technology. Can you provide an option to open/close...