Revert "Increase maxzoom"
This reverts commit 90d8f7538ec9fa59840509145536fd09af852f97.
This commit is contained in:
parent
90d8f7538e
commit
f91d496c40
@ -826,7 +826,7 @@
|
|||||||
// Add more padding and max zoom to ensure all stations are visible
|
// Add more padding and max zoom to ensure all stations are visible
|
||||||
map.fitBounds(bounds, {
|
map.fitBounds(bounds, {
|
||||||
padding: [50, 50],
|
padding: [50, 50],
|
||||||
maxZoom: 16
|
maxZoom: 15 // Zoom out one more level by default
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -364,7 +364,7 @@
|
|||||||
// Add more padding and max zoom to ensure all stations are visible
|
// Add more padding and max zoom to ensure all stations are visible
|
||||||
map.fitBounds(bounds, {
|
map.fitBounds(bounds, {
|
||||||
padding: [50, 50],
|
padding: [50, 50],
|
||||||
maxZoom: 16
|
maxZoom: 15 // Zoom out one more level by default
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user