aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-31 16:49:54 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-31 16:49:54 +0000
commit86620901fc93ddf71703b2183125d753d5cc3503 (patch)
tree291339178989cc3696154288861db8c07e4d9ab0 /perllib/FixMyStreet/Map
parented9ad60d98454cfabd240040650f73db03aa37e4 (diff)
Remove two further out Zurich zoom levels, add 1:500 (fixes a9).
Diffstat (limited to 'perllib/FixMyStreet/Map')
-rw-r--r--perllib/FixMyStreet/Map/Zurich.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Zurich.pm b/perllib/FixMyStreet/Map/Zurich.pm
index cec34f4fd..262b6e229 100644
--- a/perllib/FixMyStreet/Map/Zurich.pm
+++ b/perllib/FixMyStreet/Map/Zurich.pm
@@ -13,8 +13,8 @@ use Geo::Coordinates::CH1903;
use Math::Trig;
use Utils;
-use constant ZOOM_LEVELS => 9;
-use constant DEFAULT_ZOOM => 7;
+use constant ZOOM_LEVELS => 7;
+use constant DEFAULT_ZOOM => 5;
use constant MIN_ZOOM_LEVEL => 0;
sub map_tiles {