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