From 15a01cbf8e5a7bc7eb6d6efd7a172771daaabab3 Mon Sep 17 00:00:00 2001 From: Moray Jones Date: Mon, 17 Feb 2025 17:19:14 +0000 Subject: [PATCH] [Northumberland] Add defaults to geolocation Restrict searches to the UK https://github.com/mysociety/societyworks/issues/4500 --- perllib/FixMyStreet/Cobrand/Northumberland.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perllib/FixMyStreet/Cobrand/Northumberland.pm b/perllib/FixMyStreet/Cobrand/Northumberland.pm index f3d6c376bd..72c9c040b4 100644 --- a/perllib/FixMyStreet/Cobrand/Northumberland.pm +++ b/perllib/FixMyStreet/Cobrand/Northumberland.pm @@ -33,6 +33,7 @@ sub disambiguate_location { my $string = shift; return { + %{ $self->SUPER::disambiguate_location() }, centre => '55.2426024934787,-2.06541585421059', span => '1.02929721743568,1.22989513596542', bounds => [ 54.7823703267595, -2.68978494847825, 55.8116675441952, -1.45988981251283 ],