Skip to content

Commit

Permalink
std string parsing with curl library #1968
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Jan 27, 2025
1 parent 5bfdf14 commit b253604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/geotools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lo
url.Replace("&", "\\&");
wxMessageBox(url, "updated geocode developer URL");
*/
// curl.AddHttpHeader("Content-Type: application/json");
// curl.AddHttpHeader("Accept: application/json");
curl.AddHttpHeader("Content-Type: application/json");
curl.AddHttpHeader("Accept: application/json");


if (showprogress) {
Expand Down

0 comments on commit b253604

Please sign in to comment.