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 }); }