start of routing

This commit is contained in:
vcoppe
2024-04-22 19:36:31 +02:00
parent 32b15feb0a
commit d46662e038
18 changed files with 455 additions and 74 deletions

View File

@@ -5,7 +5,7 @@
import GPXData from '$lib/components/GPXData.svelte';
import Map from '$lib/components/Map.svelte';
import Menu from '$lib/components/Menu.svelte';
import Toolbar from '$lib/components/Toolbar.svelte';
import Toolbar from '$lib/components/toolbar/Toolbar.svelte';
import LayerControl from '$lib/components/layer-control/LayerControl.svelte';
</script>
@@ -17,7 +17,7 @@
<LayerControl />
<Data />
</div>
<div class="h-60 flex flex-row overflow-hidden">
<div class="h-60 flex flex-row overflow-hidden border">
<FileList />
<GPXData />
<ElevationProfile />