diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:53:42 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:57:12 +0100 |
commit | 0aa8dd933c2031eaf3ef0713cb1e3b0fac7b88bd (patch) | |
tree | 753b9b59748df2b1cbc5719280ce70c60503353c /index.html | |
parent | f530d659e5285a163d6874e9a4da15f74bae4219 (diff) |
Add template for a legend dialog.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ <div id="map-control-container" aria-hidden="true"> <div id="zoom-control"></div> <div id="layer-selection-panel"></div> + <div id="map-legend-panel"></div> <div id="map-menu"></div> </div> <div class="modal" id="modal-info" tabindex="-1" aria-hidden="true"> |