aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-google.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-google.js')
-rw-r--r--web/js/map-google.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-google.js b/web/js/map-google.js
index fc515b9dd..801fed210 100644
--- a/web/js/map-google.js
+++ b/web/js/map-google.js
@@ -156,7 +156,7 @@ fixmystreet.maps = {};
};
if (!fixmystreet.zoomToBounds) {
map_args.minZoom = 13;
- map_args.maxZoom = 18;
+ map_args.maxZoom = 19;
}
fixmystreet.map = new google.maps.Map(document.getElementById("map"), map_args);