diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:52:25 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:52:34 +0100 |
commit | f530d659e5285a163d6874e9a4da15f74bae4219 (patch) | |
tree | 2565afbd283cdf57b6c83b82ebd306d9cf39f1d6 /index.html | |
parent | f8c46e24a2e12003cd2bec7fea1dbc51e4ee5109 (diff) |
Populate #layer-selection-panel in JS.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -9,16 +9,7 @@ <div id="map"></div> <div id="map-control-container" aria-hidden="true"> <div id="zoom-control"></div> - <div id="layer-selection-panel" class="modal" role="dialog" aria-hidden="true"> - <div class="modal-content"> - <div class="modal-body"> - <div class="form-check form-switch"> - <input class="form-check-input" type="checkbox" role="switch" id="layer-topowebb_nedtonad"> - <label class="form-check-label" for="layer-topowebb_nedtonad">Nedtonad bakgrund karta</label> - </div> - </div> - </div> - </div> + <div id="layer-selection-panel"></div> <div id="map-menu"></div> </div> <div class="modal" id="modal-info" tabindex="-1" aria-hidden="true"> |