[geonames] Remove unused admin settings functions

- Reformat code
- Remove uninstall function that doesn't include specific code besides hooks
This commit is contained in:
Hypolite Petovan 2019-05-08 00:44:43 -04:00
parent 31e89b43fe
commit f93a1a45cc
3 changed files with 74 additions and 114 deletions

View file

@ -7,10 +7,10 @@ Use Geonames service to resolve nearest populated location for given latitude, l
## Installation
Pre-requisite: Register a username at geonames.org and set in `config/addon.config.php`
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 http://geonames.org/manageaccount and enable access to the free web services.
Also visit https://geonames.org/manageaccount and enable access to the free web services.