Feature request: keep layers control open
-
Can we have a per-map option to keep the layers control expanded? This makes it more obvious (and saves a click).
I have applied the following CSS to achieve the same effect in the meantime:
.leaflet-control-layers { padding: 6px 10px 6px 6px; } .leaflet-control-layers-toggle { display: none; } .leaflet-control-layers-list { display: block; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Feature request: keep layers control open’ is closed to new replies.