From 5b9cdcf46712a312b7351ef77b6f3caa88e52403 Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 4 Nov 2020 15:53:20 +0000 Subject: geography: Add geocode-glib. Needed for gnome-calendar 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. --- geography/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'geography/Makefile') diff --git a/geography/Makefile b/geography/Makefile index 4ac9ccaebfc..413b4de9a39 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2020/09/07 10:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2020/11/04 15:53:20 nia Exp $ # COMMENT= Software for geographical-related uses @@ -36,6 +36,7 @@ SUBDIR+= garmin-utils SUBDIR+= garmintools SUBDIR+= gdal-lib SUBDIR+= geoclue +SUBDIR+= geocode-glib SUBDIR+= geos SUBDIR+= gipfel SUBDIR+= gpsbabel -- cgit v1.2.3