From 57f5dc32d122ffd578a94fc22765507a8f37c3b0 Mon Sep 17 00:00:00 2001 From: hermes-explorigin Date: Thu, 20 Aug 2026 16:04:25 +0000 Subject: [PATCH] Fix radar tile centering: location now aligns with the pin at viewport center --- src/components/PrecipitationRadar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PrecipitationRadar.svelte b/src/components/PrecipitationRadar.svelte index ebb8307..b1bf0d3 100644 --- a/src/components/PrecipitationRadar.svelte +++ b/src/components/PrecipitationRadar.svelte @@ -194,7 +194,7 @@ {#if loc}
{#each tiles as t (t.col + '_' + t.row)}