aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-09 14:49:05 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-09 17:26:06 +0000
commit9ee7b8a1ac711b5f397e0e9ba843ff236ea54c5a (patch)
treebec9528b47def451882617604732543f577edf41
parent0cbcf9e9a1153f3463abc01268891658b2853e12 (diff)
[Bromley] Use standard tilma tile URLs.
-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 595c83f6d..518382fc0 100644
--- a/perllib/FixMyStreet/Map/Bromley.pm
+++ b/perllib/FixMyStreet/Map/Bromley.pm
@@ -10,7 +10,7 @@ use base 'FixMyStreet::Map::FMS';
use strict;
sub map_tile_base {
- '-', "https://%sfix.bromley.gov.uk/tilma/%d/%d/%d.png";
+ '-', "//%stilma.mysociety.org/bromley/%d/%d/%d.png";
}
1;