From 90d8f7538ec9fa59840509145536fd09af852f97 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 16 Jul 2025 18:44:56 -0700 Subject: [PATCH] Increase maxzoom --- 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 ab239a8..fe2ce87 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: 15 // Zoom out one more level by default + maxZoom: 16 }); } diff --git a/public/index.html b/public/index.html index 3a8a0e6..3fe7972 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: 15 // Zoom out one more level by default + maxZoom: 16 }); }