6520bd77d9
- Use explicit root path for template engine - Replace "__DIR__" calls in addons with subdirectories - Fixes local tests, where call is made out of '/' and not '/vagrant/' |
||
---|---|---|
.. | ||
config | ||
lang | ||
templates | ||
README.md | ||
geonames.css | ||
geonames.php |
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/addon.config.php
'geonames' => [
'username' => 'your_username'
],
Also visit https://geonames.org/manageaccount and enable access to the free web services.