Geocoding: associate a lat/lon to a place name (#515)

* Geocoding: associate a lat/lon to a place name

Fixes #09642

* Some cleanup

* update README.md

* Remove url from message dialog
This commit is contained in:
Serge Noiraud
2018-01-18 09:11:51 +01:00
committed by GitHub
parent b54672d28d
commit 79ff9bc216
4 changed files with 97 additions and 10 deletions

View File

@@ -98,6 +98,18 @@ The following packages are optional:
More font support in the reports
* **geocodeglib**
A library use to associate a geographical position (latitude, longitude)
to a place name. This is used if you already have osmgpsmap installed.
If installed, when you add or link a place from the map, you have a red line
at the end of the table for selection.
Debian, Ubuntu, ... : gir1.2-geocodeglib-1.0
Fedora, Redhat, ... : geocode-glib
openSUSE : geocode-glib
ArchLinux : geocode-glib
...
Optional packages required by Third-party Addons
------------------------------------------------