From cfe7fe0bef5624bf5ce168da9c39006cc42d029a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 20 Jan 2019 15:00:02 +0100 Subject: [PATCH] queries to revgeod now use &app=recorder --- geo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo.c b/geo.c index 3c9a852..5ee6661 100644 --- a/geo.c +++ b/geo.c @@ -37,7 +37,7 @@ typedef enum { #define OPENCAGE_URL "https://api.opencagedata.com/geocode/v1/json?q=%lf+%lf&key=%s&abbrv=1&no_record=1&limit=1&format=json" -#define REVGEOD_URL "http://%s/rev?lat=%lf&lon=%lf" /* "host:port", lat, lon */ +#define REVGEOD_URL "http://%s/rev?lat=%lf&lon=%lf&app=recorder" /* "host:port", lat, lon */ static CURL *curl;