5c6108b3cc
- Move settings, defaults and dbstructure to directory 'static' - Dynamic loading of config files (after the static loading) - Filter out '-sample.config.php' and '-sample.ini.php' files - Remove unnecessary ConfigFileManager - Move ConfigFileLoader to Utils - Add tests for multi-loading for INI, config and sample-filtering |
||
---|---|---|
.. | ||
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.