diff options
author | Struan Donald <struan@fury.ukcod.org.uk> | 2011-12-02 11:38:03 +0000 |
---|---|---|
committer | Struan Donald <struan@fury.ukcod.org.uk> | 2011-12-02 11:38:03 +0000 |
commit | e87204b9c348c3342dd09f3398404234541557ba (patch) | |
tree | 36aa98808c3b1f9a14e376de421b099fdffb6f7b | |
parent | d69c8404b6ca7cc3b92f3fd1d175b000f2f82e08 (diff) |
Add Southampton on to geocode queries if not present. Fixes #128
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Southampton.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Southampton.pm b/perllib/FixMyStreet/Cobrand/Southampton.pm index bd461f5e2..213dd533b 100644 --- a/perllib/FixMyStreet/Cobrand/Southampton.pm +++ b/perllib/FixMyStreet/Cobrand/Southampton.pm @@ -64,6 +64,7 @@ sub all_councils_report { sub disambiguate_location { return { + town => 'Southampton', centre => '50.913822,-1.400493', span => '0.084628,0.15701', bounds => [ '50.871508,-1.478998', '50.956136,-1.321988' ], |