diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 15:12:06 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 15:12:30 +0100 |
commit | 0000afc1f4b28c96365981fc24437a6983ee7ea2 (patch) | |
tree | 4655b42784f1906b60acd8bce3af6c8d68febc42 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | dbeb763d227b011b42ccd44a8cb72a01dcea24ca (diff) |
Add Nominatim-based geocoding service (fixes #183).
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index c5c6c6345..a52875819 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -42,7 +42,7 @@ sub disambiguate_location { town => 'Bromley', centre => '51.366836,0.040623', span => '0.154963,0.24347', - bounds => [ '51.289355,-0.081112', '51.444318,0.162358' ], + bounds => [ 51.289355, -0.081112, 51.444318, 0.162358 ], }; } |