diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-24 17:18:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-24 17:18:30 +0100 |
commit | 7924150a6870603b172e322fb3476c461a25a44b (patch) | |
tree | 6734db1cc75b24bd5f9c83db2330fb976b3a8903 /perllib/FixMyStreet/Map | |
parent | 16587ab94c0c09882ffb52edd73b45db8b7c98cf (diff) |
Tidy up tile domain URL generation.
Diffstat (limited to 'perllib/FixMyStreet/Map')
-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 { |