You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API call to /v2/challenge/view (e.g. https://maproulette.org/api/v2/challenge/view/39519) returns an invalid geojson: the coordinates should be an array of numbers (e.g. [12.34, 5.67]) but this returns an array of strings, containing the numbers (e.g. ["12.34", "5.67"]) causing a whole heap of bugs in my programs.
Hi,
An API call to
/v2/challenge/view
(e.g. https://maproulette.org/api/v2/challenge/view/39519) returns an invalid geojson: the coordinates should be an array of numbers (e.g.[12.34, 5.67]
) but this returns an array of strings, containing the numbers (e.g.["12.34", "5.67"]
) causing a whole heap of bugs in my programs.Example output screenshot:
The full response can be found in this zip-file: challenge_geojson.json.zip
The text was updated successfully, but these errors were encountered: