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