aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Bromley.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r--perllib/FixMyStreet/Map/Bromley.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm
index 6d9dfa742..836efed39 100644
--- a/perllib/FixMyStreet/Map/Bromley.pm
+++ b/perllib/FixMyStreet/Map/Bromley.pm
@@ -12,12 +12,11 @@ use base 'FixMyStreet::Map::FMS';
use strict;
sub map_type {
- my $self = shift;
- return '"' . $self->map_tile_base . '"';
+ return '"/tilma"';
}
sub map_tile_base {
- return "tilma.mysociety.org/bromley";
+ "/tilma/%d/%d/%d.png";
}
1;