diff --git a/src/map/Identify.jsx b/src/map/Identify.jsx index e9d8d9a2..0ea29a7b 100644 --- a/src/map/Identify.jsx +++ b/src/map/Identify.jsx @@ -142,7 +142,8 @@ class Identify extends Component { if (url) { url += "&feature_count=1000000"; //console.log(url); - params.headers["Content-Type"] = "application/text"; + // params.headers["Content-Type"] = "application/text"; + params.headers["Content-Type"] = "text/plain"; helpers.httpGetTextWithParams(url, params, (result) => { let tempResult = helpers.tryParseJSON(result); //console.log(tempResult);