diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-17 18:29:49 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-17 18:33:28 +0100 |
commit | 37a2eba471761281039f9078d17123badcf9b40c (patch) | |
tree | 2e06057d95247c7b4a9ae4a11c909e6d3895243e | |
parent | cbe3e9a5af21cef3774585dd489aaedbe7a564bc (diff) |
[Peterborough] Increase default map zoom.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Peterborough.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Peterborough.pm b/perllib/FixMyStreet/Cobrand/Peterborough.pm index 1bd0c83fb..bdd19a338 100644 --- a/perllib/FixMyStreet/Cobrand/Peterborough.pm +++ b/perllib/FixMyStreet/Cobrand/Peterborough.pm @@ -13,6 +13,7 @@ sub council_area { 'Peterborough' } sub council_name { 'Peterborough City Council' } sub council_url { 'peterborough' } sub map_type { 'MasterMap' } +sub default_map_zoom { 5 } sub send_questionnaires { 0 } |