/usr/share/doc/libgeocode-glib-dbg/README is in libgeocode-glib-dbg 3.14.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | geocode-glib is a convenience library for the geocoding (finding longitude,
and latitude from an address) and reverse geocoding (finding an address from
coordinates). It uses Nominatim service to achieve that. It also caches
(reverse-)geocoding requests for faster results and to avoid unnecessary server
load.
Requirements
------------
geocode-glib requires json-glib, gio and libsoup to compile and run.
Applications using geocode-glib
-------------------------------
- Empathy
- Evolution
Links
-----
Nominatim API:
http://wiki.openstreetmap.org/wiki/Nominatim
Geocoding:
http://en.wikipedia.org/wiki/Geocoding
Reverse-Geocoding:
http://en.wikipedia.org/wiki/Reverse_geocoding
|