Changes between Initial Version and Version 1 of Ticket #20740, comment 7


Ignore:
Timestamp:
2021-04-10T22:03:29+02:00 (5 years ago)
Author:
Cartographer10

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20740, comment 7

    initial v1  
    22> Seems we don't understand what data you have. Is any of the ways already in OSM?
    33
    4 A sorry for the misunderstand then. In this image: https://i.imgur.com/f0qcZCQ.png , the grey lines are closed ways with the tag place=neighbourhood. I have a shape file with all other neighbourhoods, even the one not in OSM yet. I load the shape file in JOSM ( it loads into a seperate data layer) and I copy one of the closed ways from the shape file layer to the OSM data layer. The nodes match perfectly, hence, the duplicates. I just need to merge all the duplicate nodes so that they ways are attached to eachother. That proces of merging the duplicates is what I want to do automatically.
     4A sorry for the misunderstand then. In this image: https://i.imgur.com/f0qcZCQ.png , the grey lines are closed ways with the tag place=neighbourhood (already present in OSM). I have a shape file with all other neighbourhoods, even the one not in OSM yet. I load the shape file in JOSM ( it loads into a seperate data layer) and I copy one of the closed ways from the shape file layer to the OSM data layer. The nodes match perfectly, hence, the duplicates. I just need to merge all the duplicate nodes so that they ways are attached to eachother. That proces of merging the duplicates is what I want to do automatically.
    55
    66Does that make the situation clear?