aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Zurich.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-05 09:26:07 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-05 09:26:07 +0000
commit6f94fee70fb9ab86c88ff7c52d6b699ffdc355a9 (patch)
tree6712a62f02f52eeb1a22b0f854c341651dd73926 /perllib/FixMyStreet/Cobrand/Zurich.pm
parenta3c6969a644f3f007c5491db455070109fdcf80b (diff)
Fix Zurich zoom levels (b4).
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Zurich.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index ec65ec8f0..81173239f 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -39,7 +39,7 @@ sub languages { [ 'de-ch,Deutsch,de_CH', 'en-gb,English,en_GB' ] };
sub uri {
my ( $self, $uri ) = @_;
- $uri->query_param( zoom => 7 )
+ $uri->query_param( zoom => 6 )
if $uri->query_param('lat') && !$uri->query_param('zoom');
return $uri;
}