mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
queries to revgeod now use &app=recorder
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user