2018-06-28 15:40:20 +02:00
|
|
|
Geonames Addon
|
|
|
|
==============
|
|
|
|
|
|
|
|
Authors Mike Macgirvin.
|
|
|
|
|
2019-05-08 14:51:54 +02:00
|
|
|
Use [Geonames service](https://www.geonames.org) to resolve nearest populated location for given latitude, longitude.
|
2018-06-28 15:40:20 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2019-05-08 06:44:43 +02:00
|
|
|
Pre-requisite: Register a username at https://www.geonames.org/login and set it 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
|
|
|
|
2019-05-08 14:51:54 +02:00
|
|
|
Also visit https://geonames.org/manageaccount and enable access to the free web services.
|