From 8688f8f609c5bb2c42058a4e73047165bba78097 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 9 Aug 2015 12:18:56 +1200 Subject: Increate maximum zoom level (fix #1340) --- web/app/Resources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/Resources.js b/web/app/Resources.js index e14792711..851658646 100644 --- a/web/app/Resources.js +++ b/web/app/Resources.js @@ -30,7 +30,7 @@ var styles = { mapDefaultLon: 51.507222, mapDefaultZoom: 6, - mapMaxZoom: 16, + mapMaxZoom: 19, mapSelectColor: 'rgba(0, 255, 0, 1.0)', mapSelectRadius: 10, mapReportColor: 'rgba(0, 0, 255, 1.0)', -- cgit v1.2.3