This commit is contained in:
vcoppe
2024-04-24 19:32:55 +02:00
parent e12a704c2e
commit 88c6681a78
8 changed files with 103 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Data from '$lib/components/Data.svelte';
import GPXMapLayers from '$lib/components/GPXMapLayers.svelte';
import ElevationProfile from '$lib/components/ElevationProfile.svelte';
import FileList from '$lib/components/FileList.svelte';
import GPXData from '$lib/components/GPXData.svelte';
@@ -15,7 +15,7 @@
<Toolbar />
<Map class="h-full" />
<LayerControl />
<Data />
<GPXMapLayers />
<FileList />
</div>
<div class="h-60 flex flex-row gap-2 overflow-hidden border">