aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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; }