aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/BathNES.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm
index 6e9244c9c..585a83cc5 100644
--- a/perllib/FixMyStreet/Cobrand/BathNES.pm
+++ b/perllib/FixMyStreet/Cobrand/BathNES.pm
@@ -19,11 +19,15 @@ sub example_places {
return ( 'BA1 1JQ', "Lansdown Grove" );
}
+sub get_geocoder {
+ return 'OSM'; # default of Bing gives poor results, let's try overriding.
+}
+
sub disambiguate_location {
my $self = shift;
my $string = shift;
- my $town = 'Bath';
+ my $town = 'Bath and North East Somerset';
return {
%{ $self->SUPER::disambiguate_location() },