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 /notes | |
parent | dbeb763d227b011b42ccd44a8cb72a01dcea24ca (diff) |
Add Nominatim-based geocoding service (fixes #183).
Diffstat (limited to 'notes')
-rw-r--r-- | notes/customisation.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/customisation.pod b/notes/customisation.pod index 04bfb6e1d..fedd9da44 100644 --- a/notes/customisation.pod +++ b/notes/customisation.pod @@ -133,7 +133,7 @@ that the geocoder will consider: return { centre => '52.688198,-1.804966', span => '0.1196,0.218675', - bounds => [ '52.807793,-1.586291', '52.584891,-1.963232' ], + bounds => [ 52.807793, -1.586291, 52.584891, -1.963232 ], }; } |