NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I use this Overpass query to create a Maproulette challenge:

[timeout:50];
(
    node[shop](area:3600114938);
);
out body geom qt;

It outputs valid nodes and in the "tasks"-section of my challenge, in the table I see lots of entries like this

ID     Priority Name    ...     Location                             Status Actions
2418504 High    360298302       Some({"type":"Point","coordinates":[5.3182887,60.3855342]}) Created

But when I view the task I get this red errorbox with the error

 KO : ColumnName(.location,Some(location))

or

Invalid geometry supplied for task.

depending on where I "view" it from.

Any idea why these geometries are invalid? What do I have to do to get this working?

asked 11 Jul '17, 18:01

FredrikLindseth's gravatar image

FredrikLindseth
815132435
accept rate: 13%


Hey! MapRoulette maintainer here. Did you wait for your challenge to complete building? Its status will change to 'complete' in your challenge list. I can't think of another issue right away, I actually tried a similar (test) challenge for my area just now and it works fine:

node[shop](area:3600198770);
out body geom qt;
permanent link

answered 11 Jul '17, 20:43

mvexel's gravatar image

mvexel
76281523
accept rate: 0%

Very strange. I waited until the status showed "complete" and I tried rebuilding. This is the task if you somehow have access to it http://maproulette.org/ui/admin/list/1023/Challenge/tasks/2653 or this to view the tasks http://maproulette.org/view/2653

(12 Jul '17, 14:37) FredrikLindseth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×5

question asked: 11 Jul '17, 18:01

question was seen: 1,369 times

last updated: 12 Jul '17, 14:37

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum