diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-24 15:02:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-24 15:16:00 +0100 |
commit | 16587ab94c0c09882ffb52edd73b45db8b7c98cf (patch) | |
tree | 3e4a13bc3e5ec3b7eafc53c1160b9748c2de793b /perllib/FixMyStreet/Map/Bromley.pm | |
parent | 65820a534a42852d0d9a1819649f48a54b37c22f (diff) |
Multiple domains for Bromley tiles.
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bromley.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm index 836efed39..4f4c2fae8 100644 --- a/perllib/FixMyStreet/Map/Bromley.pm +++ b/perllib/FixMyStreet/Map/Bromley.pm @@ -12,11 +12,11 @@ use base 'FixMyStreet::Map::FMS'; use strict; sub map_type { - return '"/tilma"'; + return '"https://{S}-fix.bromley.gov.uk/tilma"'; } sub map_tile_base { - "/tilma/%d/%d/%d.png"; + '-', "https://%sfix.bromley.gov.uk/tilma/%d/%d/%d.png"; } 1; |