From df5b58c4fd937cb72b32254f66e0850bef5b3b8d Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 22 Jul 2026 11:19:39 -0400 Subject: [PATCH] Park-heat map: Esri World Imagery basemap under the glows Web-Mercator slippy projection for both tiles and rides (exact alignment), dark tint to keep the garden tone, label halos for legibility over imagery, required Esri attribution. Google tiles were ruled out (ToS requires the Maps JS API + key/billing). Co-Authored-By: Claude Fable 5 --- src/layouts/Base.astro | 116 ++++++++++++++++++++++++++++------------- 1 file changed, 80 insertions(+), 36 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 9d30bfb..414ceeb 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -284,9 +284,10 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);