This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] Overpass: user clause

3

Does the user clause select all elements that have been last touched or ever touched by a specified user? I made this clause with an 'out meta' action and there are many other users listed.

asked 26 Feb '13, 13:36

Mattes_tili's gravatar image

Mattes_tili
1464411
accept rate: 0%

closed 01 Mar '13, 14:09

The question has been closed for the following reason “Question is off-topic or not relevant” by Mattes_tili 01 Mar ‘13, 14:09


One Answer:

4

It does only select elements that have been last touched by a specific user. In particular, a query of the form

node(user:"Roland Olbricht");out meta;

should only show the mentioned person in the meta attributes.

If you see more than one user, then there is a bug and I would be happy to get details.

answered 27 Feb '13, 08:43

Roland%20Olbricht's gravatar image

Roland Olbricht
6.7k36489
accept rate: 36%

1

I tried to reproduce the output data, but it seems that I just messed up my data. Thank you for your answer and sorry for my wrong informations :).

(27 Feb '13, 11:49) Mattes_tili

Source code available on GitHub .