From f91d496c402db7cbc8900eedf8d84f0275bb93d3 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 16 Jul 2025 18:46:27 -0700 Subject: [PATCH] Revert "Increase maxzoom" This reverts commit 90d8f7538ec9fa59840509145536fd09af852f97. --- public/dashboard.html | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/dashboard.html b/public/dashboard.html index fe2ce87..ab239a8 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -826,7 +826,7 @@ // Add more padding and max zoom to ensure all stations are visible map.fitBounds(bounds, { padding: [50, 50], - maxZoom: 16 + maxZoom: 15 // Zoom out one more level by default }); } diff --git a/public/index.html b/public/index.html index 3fe7972..3a8a0e6 100644 --- a/public/index.html +++ b/public/index.html @@ -364,7 +364,7 @@ // Add more padding and max zoom to ensure all stations are visible map.fitBounds(bounds, { padding: [50, 50], - maxZoom: 16 + maxZoom: 15 // Zoom out one more level by default }); }