Skip to content

Commit

Permalink
[Bexley] Remove unneeded override map type.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 20, 2021
1 parent 065ad80 commit 08d6e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Bexley.pm
Expand Up @@ -10,7 +10,7 @@ sub council_area { 'Bexley' }
sub council_name { 'London Borough of Bexley' }
sub council_url { 'bexley' }
sub get_geocoder { 'Bexley' }
sub map_type { 'MasterMap' }
sub default_map_zoom { 4 }

sub disambiguate_location {
my $self = shift;
Expand Down

0 comments on commit 08d6e6c

Please sign in to comment.