aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <chrism@mysociety.org>2013-08-07 14:21:43 +0100
committerChris Mytton <chrism@mysociety.org>2013-08-07 14:21:43 +0100
commit3395c66edb4b4f6a6b0cf592fe1862510bb7147d (patch)
tree13c67a96f0f549f89ea65d5e8d9477a68480187d
parent4ce1b49ec1ae9266f2b297b2d716e7a19cf97e11 (diff)
Increase default map zoom for oxfordshire cobrand
For #502
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 6c083dd7f..8c8109303 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -52,6 +52,9 @@ sub example_places {
# don't send questionnaires to people who used the OCC cobrand to report their problem
sub send_questionnaires { return 0; }
+# increase map zoom level so street names are visible
+sub default_map_zoom { return 3; }
+
# let staff hide OCC reports
sub users_can_hide { return 1; }