Skip to content

Commit b253604

Browse files
committed
std string parsing with curl library #1968
1 parent 5bfdf14 commit b253604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/geotools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lo
194194
url.Replace("&", "\\&");
195195
wxMessageBox(url, "updated geocode developer URL");
196196
*/
197-
// curl.AddHttpHeader("Content-Type: application/json");
198-
// curl.AddHttpHeader("Accept: application/json");
197+
curl.AddHttpHeader("Content-Type: application/json");
198+
curl.AddHttpHeader("Accept: application/json");
199199

200200

201201
if (showprogress) {

0 commit comments

Comments
 (0)