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

MapRoulette back-end / API

Results 110 maproulette-backend issues
Sort by recently updated
recently updated
newest added

Currently the zoom level used to show a task seems to be fixed and defined in the challenge config. But sometimes there are challenges where the task have different geometrical...

BACKLOG
feature
needs-discussion

When cloning a challenge, the default priority is not cloned but set to the default "High".

admin
quick-fix

Not sure if the selecting of features works at all (#77, #161), but it definitely doesn't work when the geometry type is a GeometryCollection (as in my case). Reason is...

BACKLOG

I clicked on the "Delete" button in the challenge and it deleted the challenge without asking again. For a large operation like this, I would expect an "Are you sure?"...

admin
confirmed
quick-fix

This task http://maproulette.org/ui/admin/form/379/Challenge/1481/task/381689 was flagged as false-positive for my challenge, so I investigated. The task appears in my challenge, but I didn't create it. It looks totally different than my...

posting the following to `/api/v2/tasks` causes a SO: ``` [ { "name": "1-2-3", "parent": 1462, "identifier": "1-2-3", "instruction": "", "status": 0, "geometries": { "type":"FeatureCollection", "features":[ {"type":"Feature", "geometry": { "type":"Point", "coordinates":[-92.67,38.106509010989]...

BACKLOG

Repro: * As a superuser I mark a challenge as 'featured'. * The challenge now appears in the 'featured' list. * As a normal user, I edit the challenge and...

BACKLOG

I am trying to get a task lists from the API with the URL `http://maproulette.org/api/v2/challenge/379/tasks?limit=100`. This shows me 13 tasks, but there should be 2,835. (At least this is what...

confirmed

The Swagger based API docs can't stand on their own yet telling folks how to use the API. It exposes all the methods but does not provide any hints as...

When running through the Texas Cemeteries challenge, if I come upon a listing that's already been skipped by someone else, and I try to select "too difficult", I get a...

confirmed