leaflet-control-orderlayers icon indicating copy to clipboard operation
leaflet-control-orderlayers copied to clipboard

Leaflet control with order functionality

Results 7 leaflet-control-orderlayers issues
Sort by recently updated
recently updated
newest added

Hello everybody! I think that some small changes are required to have the demo working on HTTPs. https://elesdoar.github.io/leaflet-control-orderlayers/ Here a screenshot: ![Screenshot_2022_02_14_215153](https://user-images.githubusercontent.com/6052909/153944594-9a7f47d4-0ce9-46f2-a9ea-96c6381b343d.png) Thank you so much for your work on...

I added drag and drop functionality. I used sortable js see in https://github.com/RubaXa/Sortable.

I've defined several base maps (bottom layers) and about a dozen data layers (top layers), and have found that I get conflicting z-index ordering when selecting the layers. I've the...

Is it possible to add geojson layer? It works in L.control.layers but in orderlayers I can display only wms layer.

- handle more layer types if in a group - added opacity control - added icon prefix for layer name - display icons with [Font Awesome](http://fontawesome.io/) - div replaced with...

PR
design decisison

I am able to add the layer to the layer control, but not a layer group. here is a snippet of what I am trying to do: ``` javascript var...

This plugin fails with when overlayers miss .options.zindex. This happens for L.GPX and vector overlay. L.imageOverlay has zindex, but if you have more than one with same zindex, only the...