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

How do I find + edit all paths that I recently created?

0

I created a bunch of paths over the last few weeks. These are multi-use foot and bicycle sidewalks. I neglected to set Bicycles=yes in the Allowed Access section of the ID editor. Is there a way to find all of the paths that I created and quickly fix this?

asked 28 Jun '23, 14:46

azemon's gravatar image

azemon
11112
accept rate: 0%


One Answer:

3

You can use overpass to do that. That query looks for all ways last modified by your username. You can amend it to look for other things too, or narrow down the query to only look for certain things.

The syntax is a bit confusing, but those examples should get you started.

answered 28 Jun '23, 17:43

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .