diff options
-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; |