diff options
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bromley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm index 4f4c2fae8..20821236f 100644 --- a/perllib/FixMyStreet/Map/Bromley.pm +++ b/perllib/FixMyStreet/Map/Bromley.pm @@ -12,7 +12,7 @@ use base 'FixMyStreet::Map::FMS'; use strict; sub map_type { - return '"https://{S}-fix.bromley.gov.uk/tilma"'; + return '[ [ "", "a-" ], "https://{S}fix.bromley.gov.uk/tilma" ]'; } sub map_tile_base { |