aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Bromley.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-09 15:41:18 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-10 19:09:22 +0100
commit76b2704d4e9a0b0d2c8af704a68652d7b4d81780 (patch)
treecc383d14d5b1bb2758e7479b8a2232499df2bb8e /perllib/FixMyStreet/Map/Bromley.pm
parentf55c261f92ea53d5a36da5d5297394baabd740a4 (diff)
[Bromley] Tidy up tilma URL bits.
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r--perllib/FixMyStreet/Map/Bromley.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm
index 518382fc0..29063778e 100644
--- a/perllib/FixMyStreet/Map/Bromley.pm
+++ b/perllib/FixMyStreet/Map/Bromley.pm
@@ -9,8 +9,6 @@ use base 'FixMyStreet::Map::FMS';
use strict;
-sub map_tile_base {
- '-', "//%stilma.mysociety.org/bromley/%d/%d/%d.png";
-}
+sub map_tile_base { "bromley" }
1;