This commit is contained in:
Matteo Rosati
2026-01-23 15:41:20 +01:00
commit bc5edbc1cb
7 changed files with 2625 additions and 0 deletions

26
index.html Normal file
View File

@@ -0,0 +1,26 @@
<!doctype html>
<html>
<body>
<div id="info">
<div class="info-box">
<p class="title">Layer ID</p>
<div id="layer">0</div>
</div>
<div class="info-box">
<p class="title">LatLng</p>
<div id="lnglat">00.00 00.00</div>
</div>
<div class="info-box">
<p class="title">Selected</p>
<div id="selected">
<div>None</div>
</div>
</div>
</div>
<div id="map"></div>
-->
<script type="module" src="/src/main.ts"></script>
</body>
</html>