diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-16 14:55:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-19 16:11:08 +0100 |
commit | cc2ca7a697e1750ef197e222a1d45c4b345e61d4 (patch) | |
tree | 7db9414a7b0905ac72eb595eb3d8195840f22b79 /perllib/FixMyStreet/Cobrand/Bexley.pm | |
parent | 5bf5c08a3a25c91866ce478f01fc6c4ad9d25eb6 (diff) |
[Bexley] Add new map tiles.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bexley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm index a395543bd..1a4b698df 100644 --- a/perllib/FixMyStreet/Cobrand/Bexley.pm +++ b/perllib/FixMyStreet/Cobrand/Bexley.pm @@ -9,7 +9,7 @@ sub council_area { 'Bexley' } sub council_name { 'London Borough of Bexley' } sub council_url { 'bexley' } sub get_geocoder { 'OSM' } -sub map_type { 'OSM' } +sub map_type { 'Bexley' } sub disambiguate_location { my $self = shift; |