Changes between Initial Version and Version 1 of Ticket #20966
- Timestamp:
- 2021-06-05T07:33:33+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20966 – Description
initial v1 1 ReplaceGeometry is refusing to merge two ways if one or more node is tagged on the existing way but not on the new way. This is often inconvenient when importing a set of new highways, because the start and end of ways often do not match. To get around the problem, the existing way must be partitioned into smaller pieces, which is meant to ensure that all tagged nodes are taken care of, but whichis a very inefficient procedure during a big import.1 ReplaceGeometry is refusing to merge two ways if one or more node is tagged on the existing way but not on the new way. This is often inconvenient when importing a set of new highways, because the start and end of ways often do not match. To get around the problem, the existing way must be partitioned into smaller pieces, which is meant to ensure that all tagged nodes are taken care of, but this is a very inefficient procedure during a big import. Often, the existing way is just deleted. 2 2 3 3 It would be good to have a utilsplugin2 parameter which allows two ways to be merged even if there are tagged nodes. A warning could still be displayed so that the tagged nodes could be identified.