add location button, add icons

This commit is contained in:
Matteo Rosati
2026-01-24 19:48:38 +01:00
parent bc5edbc1cb
commit cbca9dabf6
6 changed files with 76 additions and 7 deletions

View File

@@ -2,6 +2,9 @@
<html>
<body>
<button id="locate">
<i data-lucide="locate-fixed"></i>
</button>
<div id="info">
<div class="info-box">
<p class="title">Layer ID</p>
@@ -20,7 +23,6 @@
</div>
<div id="map"></div>
-->
<script type="module" src="/src/main.ts"></script>
</body>
</html>