aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-11 18:07:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-12 05:00:33 +0100
commit22972d7c274e7941b9e18b794dfdb73afef3492a (patch)
tree329fdc40b7ef3577373141ee1523255ba2bc6c60 /index.html
parentfe21d9d8ead10d6541382b55a237b9a4e3e7eb91 (diff)
Add a simple dialog to switch between ‘topowebb’ and ‘topowebb_nedtonad’.
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index ce90018..d6be025 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,17 @@
</head>
<body>
<div id="map"></div>
+ <div id="layer-selection-btn" class="ol-control ol-unselectable">
+ <button type="button" aria-expanded="false" title="Byt kartlager">
+ <i class="bi bi-stack"></i>
+ </button>
+ </div>
+ <div id="layer-selection-dialog" class="ol-control map-dialog map-dialog-hidden">
+ <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>
<script type="module" src="./main.js"></script>
</body>
</html>