queries to revgeod now use &app=recorder

This commit is contained in:
Jan-Piet Mens
2019-01-20 15:00:02 +01:00
parent 5302721732
commit cfe7fe0bef
+1 -1
View File
@@ -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;