diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-08-28 18:46:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-08-28 18:46:10 +0100 |
commit | a4b6ed0fd694de47af3d0e57f31a021bae333e22 (patch) | |
tree | 244b9bc8eb0fbe33027d8a38713dd45cb9111ee0 /conf | |
parent | 8ef9368785c1950ae0aea8c13584288d395662d6 (diff) |
Upgrade Google geocoder to version 3 of the API.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index ee68b5cd6..f16d63c70 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -120,9 +120,7 @@ BING_MAPS_API_KEY: '' # bing_culture: <culture code, see http://msdn.microsoft.com/en-us/library/hh441729.aspx> # bing_country: <country name, only accept results that match this> # -# If using Google, you can use: -# centre: "<lat>,<lon>" -# span: "<lat span>,<lon span>" +# If using Google, you can use bounds, plus: # google_country: <.ccTLD to restrict results to> # lang: <language for results> # |