aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Bromley.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-13 12:15:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-13 12:18:12 +0100
commit3d2b2efe9e475b8b00d9ec170283f0c987d1adbd (patch)
tree30c190318d169ed045baee4b92bc8f68d906e2c4 /perllib/FixMyStreet/Map/Bromley.pm
parent682da394574c4c8d80d472e11805b371002a85bc (diff)
parent009c42448270895f97302747a69485de432d537d (diff)
Merge branch 'issues/commercial/1870-aerial-maps'
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;