You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.. | ||
config | 2 months ago | |
lang | 1 month ago | |
templates | 1 year ago | |
README.md | 2 months ago | |
geonames.php | 2 weeks ago |
README.md
Geonames Addon
Authors Mike Macgirvin.
Use Geonames service to resolve nearest populated location for given latitude, longitude.
Installation
Pre-requisite: Register a username at https://www.geonames.org/login and set it in config/geonames.config.php
:
return [
'geonames' => [
'username' => 'your_username'
],
];
Also visit https://geonames.org/manageaccount and enable access to the free web services.