Forgot to cvs add this in previous.

This commit is contained in:
ajacoutot 2022-07-02 08:02:50 +00:00
parent 981aaca77a
commit 68eb064bc4

View File

@ -0,0 +1,5 @@
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.