This commit is contained in:
2026-04-01 17:32:32 +02:00
commit c1b19f996f
8 changed files with 1212 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Projekt Visualisierung</title>
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
</head>
<body>
<div id="map" style="width:100%; height:100vh;"></div>
<script type="module" src="/main.js"></script>
</body>
</html>