Move button to add custom layers into layer switcher tab, closes #89

This commit is contained in:
Norbert Renner 2018-02-12 20:56:24 +01:00
parent 23e7eb073e
commit 65c0e92096
2 changed files with 7 additions and 11 deletions

View file

@ -178,7 +178,10 @@
<div class="sidebar-pane" id="tab_layers_control">
<h1 class="sidebar-header">Layers<span class="sidebar-close"><i class="fa fa-caret-right"></i></span></h1>
<div id="layers-control-wrapper">
<div id="layers-control-wrapper"></div>
<div class="leaflet-control-layers-separator"></div>
<div>
<button type="button" id="custom_layers_button" class="btn btn-sm pull-right" title="Add or remove custom layers"><span class="fa fa-plus-square"></span> Customize layers</button>
</div>
</div>