diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-04-02 10:11:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:22 +0700 |
commit | 9caff9fdd0ad563dd4a7ef39d8fbde9818837a6c (patch) | |
tree | 1247d003b68809da327acaa9edde9036c4267a80 /libraries/geocode-glib/README | |
parent | ab20a0b37e7cb358775743a743d34adfb915e8e1 (diff) |
libraries/geocode-glib: Added (library for geocoding)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/geocode-glib/README')
-rw-r--r-- | libraries/geocode-glib/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README new file mode 100644 index 0000000000000..6a7e5196f13e1 --- /dev/null +++ b/libraries/geocode-glib/README @@ -0,0 +1,10 @@ +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. + +Below variables can be used to configure the build: + GTKDOC=true : Builds gtkdocs + INSTROSPECTION=true : Enables the introspection generation + TESTS=true : Build & install test programs |