maplibre map

This commit is contained in:
vcoppe
2024-04-05 17:53:42 +02:00
parent 2e9770882c
commit a1cbcfb953
9 changed files with 5042 additions and 3443 deletions

View File

@@ -0,0 +1,5 @@
<script>
import '../app.css';
</script>
<slot />

View File

@@ -1,2 +1,8 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<script lang="ts">
import Map from '$lib/map/Map.svelte';
</script>
<div class="flex flex-col w-screen h-screen">
<Map class="grow" />
<div class="h-1/3">Test</div>
</div>