2018-06-28 13:40:20 +00:00
|
|
|
Geonames Addon
|
|
|
|
==============
|
|
|
|
|
|
|
|
Authors Mike Macgirvin.
|
|
|
|
|
|
|
|
Use Geonames service to resolve nearest populated location for given latitude, longitude.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2018-11-25 07:11:53 +00:00
|
|
|
Pre-requisite: Register a username at geonames.org and set in `config/addon.config.php`
|
2018-06-28 13:40:20 +00:00
|
|
|
|
2018-11-25 07:11:53 +00:00
|
|
|
'geonames' => [
|
|
|
|
'username' => 'your_username'
|
|
|
|
],
|
2018-06-28 13:40:20 +00:00
|
|
|
|
|
|
|
Also visit http://geonames.org/manageaccount and enable access to the free web services.
|