mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
start of routing
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user