maproulette / maproulette3

MapRoulette, the micro-tasking tool for OpenStreetMap
https://maproulette.org
MIT License
128 stars 34 forks source link

valid task JSON not accepted in challenge creation #455

Closed mvexel closed 6 years ago

mvexel commented 6 years ago

Attached JSON is accepted at the POST challenge/<id>/tasks API endpoint.

When trying to upload same JSON using the challenge creation wizard it gives an error: "type" member required.

tomr_341.json.zip

mvexel commented 6 years ago

This is my bad. The UI expects plain GeoJSON, not the JSON schema that the MapRoulette API expects for ingesting tasks. Closing!