maproulette-backend icon indicating copy to clipboard operation
maproulette-backend copied to clipboard

Properties are stringified in API response

Open joto opened this issue 8 years ago • 0 comments

I have created task with some properties in their GeoJSON. When I access this task through the API, the properties seem to be "stringified". So I put these in:

"properties": {
  "way_id": 348147035,
  "identifier": "intersection_ways_buildings_v2_348147035"
}

And got these out:

"properties": {
  "way_id": "348147035",
  "identifier": "\"intersection_ways_buildings_v2_348147035\""
}

joto avatar Dec 12 '16 10:12 joto