aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Hackney.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hackney.pm b/perllib/FixMyStreet/Cobrand/Hackney.pm
index 6af147a16..eeca31186 100644
--- a/perllib/FixMyStreet/Cobrand/Hackney.pm
+++ b/perllib/FixMyStreet/Cobrand/Hackney.pm
@@ -16,11 +16,16 @@ sub disambiguate_location {
return {
%{ $self->SUPER::disambiguate_location() },
+ town => 'Hackney',
centre => '51.552267,-0.063316',
bounds => [ 51.519814, -0.104511, 51.577784, -0.016527 ],
};
}
+sub get_geocoder {
+ return 'OSM'; # default of Bing gives poor results, let's try overriding.
+}
+
sub open311_config {
my ($self, $row, $h, $params) = @_;