diff --git a/src/components/MapContainer.svelte b/src/components/MapContainer.svelte new file mode 100644 index 0000000..6750ce9 --- /dev/null +++ b/src/components/MapContainer.svelte @@ -0,0 +1,40 @@ + + +{#if mapProvider} + +{:else} +

Loading map...

+{/if} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 71aa291..9663751 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,13 +1,12 @@ -
+
@@ -98,17 +96,17 @@ on:stopSelected={stopSelected} /> {:else} -

No results found.

+

No results found.

{/if} {/if} -