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.
|
7 years ago | |
---|---|---|
LICENSE | 9 years ago | |
NominatimPlugin.php | 7 years ago | |
README.md | 9 years ago |
README.md
GS-Nominatim
GNU social plugin using Nominatim service to get human-readable names for locations based on user-provided lat/long pairs.
Installation
Make sure the files are in a folder called Nominatim
Put the folder in your /plugins/
directory
Tell /config.php
to use it with: addPlugin('Nominatim');
Configuration
All properties are optional. The values below are the default.
The "credits" propery will be shown in the footer of your instance.
$config['nominatim']['host'] = 'open.mapquestapi.com/nominatim/v1'
$config['nominatim']['credits'] = '<p>Nominatim Search Courtesy of <a href="http://www.mapquest.com/">MapQuest</a></p>'