diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 | 
1 files changed, 11 insertions, 0 deletions
@@ -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>  | 
