aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-03-21 12:45:02 +0000
committerDave Arter <davea@mysociety.org>2018-04-10 10:42:34 +0100
commit1ae18c885ff3a4afb0a78f6a3c7ab8003a2fb30b (patch)
tree24cc98d5b793018d8a7fc41dbb66e7845ad922c5
parentf42de3bbb2e04614724cb8299e4fa9c8581b34b6 (diff)
[BANES] Pass fixed search string back to geocoder
-rw-r--r--perllib/FixMyStreet/Cobrand/BathNES.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm
index 877475fee..aba605582 100644
--- a/perllib/FixMyStreet/Cobrand/BathNES.pm
+++ b/perllib/FixMyStreet/Cobrand/BathNES.pm
@@ -67,6 +67,7 @@ sub disambiguate_location {
centre => '51.3559192103294,-2.47522827137605',
span => '0.166437921041471,0.429359043406088',
bounds => [ 51.2730478766607, -2.70792015294201, 51.4394857977022, -2.27856110953593 ],
+ string => $string,
};
}