From 6276f3a5dbb5785c1c67d1ee68ab17f99a78a57c Mon Sep 17 00:00:00 2001 From: hermes-explorigin Date: Thu, 20 Aug 2026 12:38:28 +0000 Subject: [PATCH] Pin Current Location marker to radar map so it pans with the map --- src/components/PrecipitationRadar.svelte | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/PrecipitationRadar.svelte b/src/components/PrecipitationRadar.svelte index 84dd69c..ebb8307 100644 --- a/src/components/PrecipitationRadar.svelte +++ b/src/components/PrecipitationRadar.svelte @@ -220,14 +220,21 @@ {/each} - -
+ +
- + {#if loc?.name} -
{loc.name}
+
{loc.name}
{/if} {/if}