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

How to delete a section of a path

0

Hello, new to Openstreetmap.

On the map I need to delete a section of a local path that is not accessible anymore. On the map, when I click on that section I find out that it is part of a longer track. I would therefore need a function to detach the section I want to delete from the rest of the track, in order to delete only that particular section and not the whole track.

Is there a way to do this?

Thank you

asked 03 Dec '17, 21:09

rmarchesi's gravatar image

rmarchesi
11112
accept rate: 0%

edited 06 Dec '17, 20:46

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

6

Assuming you are using the web editor ("ID Editor"), click on the way you want to modify to see its consituent points. Then

  • either right-click on one of the points, and select the scissors symbol to cut the way in half at this location. Repeat at the other end if necessary to cut in three parts. Afterwards, delete the part you don't need.
  • or, if the part you want to remove is at the end of an existing way and not in the middle, right-click on each point forming that part of the way you want to remove, and select the trash symbol to delete that point.

If the part that is "not accessible anymore" still exists but is just very low quality, or maybe prohibited to use, then consider changing the tags or adding tags (e.g. access=no) to the inaccessible bit instead of deleting it.

answered 03 Dec '17, 21:20

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .