I’m trying to make a MapRoulette challenge to check on the alignment of roadways (ways) that haven’t been reviewed since the TIGER import. My Overpass Turbo query seems to be grabbing ways but when I use it in MapRoulette it’s making tasks out of the nodes and not the ways. What am I missing?
Query:
[out:json][timeout:25];
// gather results
(
// query part for: “"tiger:county"="Calvert, MD" and "tiger:reviewed"=*”
way["tiger:county"="Calvert, MD"]["tiger:reviewed"];
);
// print results
out body;
>;
out skel qt;
5 posts - 4 participants
Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/maproulette-is-only-recognizing-nodes-instead-of-ways/8242