diff options
author | Dave Arter <davea@mysociety.org> | 2020-03-11 15:26:47 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-07-02 14:38:29 +0100 |
commit | 4237159458ce724c42c3952ec48a111f71050beb (patch) | |
tree | aa7ff027113fb0c4ddb9b3fc769b13bb96c389f8 | |
parent | 49805dd6a3ed38f06e355ad3603eb411d9e6dd15 (diff) |
[Hackney] Use OpenStreetMap base map
Also bumps up default zoom level a couple of notches
For https://github.com/mysociety/fixmystreet-commercial/issues/1760
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hackney.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hackney.pm b/perllib/FixMyStreet/Cobrand/Hackney.pm index a888224d7..6af147a16 100644 --- a/perllib/FixMyStreet/Cobrand/Hackney.pm +++ b/perllib/FixMyStreet/Cobrand/Hackney.pm @@ -43,4 +43,9 @@ sub open311_extra_data { return $open311_only; } + +sub map_type { 'OSM' } + +sub default_map_zoom { 5 } + 1; |