diff options
author | Dave Arter <davea@mysociety.org> | 2018-03-21 12:45:02 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:34 +0100 |
commit | 1ae18c885ff3a4afb0a78f6a3c7ab8003a2fb30b (patch) | |
tree | 24cc98d5b793018d8a7fc41dbb66e7845ad922c5 | |
parent | f42de3bbb2e04614724cb8299e4fa9c8581b34b6 (diff) |
[BANES] Pass fixed search string back to geocoder
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 1 |
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, }; } |