diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-11-27 13:45:48 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-11-27 13:45:48 +0000 |
commit | 855ef20bc4f4ee6d4b0b12cd363e1fc43d16d110 (patch) | |
tree | 7250d9cde706b638724e0aca44e0c6d305a2af86 /perllib/FixMyStreet/Cobrand/Bexley.pm | |
parent | 7ce3a0a38967bd5a35b20b95c38c5471d44998e4 (diff) |
[Bexley] Switch to use MasterMap map type
Now that both Peterborough and Bexley are using MasterMap data we can
combine them into a single "MasterMap" map type to reduce code
duplication.
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 eda276add..93484dc68 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 { 'Bexley' } -sub map_type { 'Bexley' } +sub map_type { 'MasterMap' } sub disambiguate_location { my $self = shift; |