aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-24 17:18:30 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-24 17:18:30 +0100
commit7924150a6870603b172e322fb3476c461a25a44b (patch)
tree6734db1cc75b24bd5f9c83db2330fb976b3a8903 /perllib/FixMyStreet/Map
parent16587ab94c0c09882ffb52edd73b45db8b7c98cf (diff)
Tidy up tile domain URL generation.
Diffstat (limited to 'perllib/FixMyStreet/Map')
-rw-r--r--perllib/FixMyStreet/Map/Bromley.pm2
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 {