diff options
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bromley.pm | 5 |
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; |