mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-06 18:27:51 +00:00
progress
This commit is contained in:
9
website/src/lib/components/GPXMapLayers.svelte
Normal file
9
website/src/lib/components/GPXMapLayers.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import GPXMapLayer from './GPXMapLayer.svelte';
|
||||
|
||||
import { fileCollection } from '$lib/stores';
|
||||
</script>
|
||||
|
||||
{#each $fileCollection.files as file}
|
||||
<GPXMapLayer {file} />
|
||||
{/each}
|
Reference in New Issue
Block a user