Merge pull request #5745 from jguthrie100/stop_merge_overlapping_self

Add check to stop joining ways if resulting way intersects itself
This commit is contained in:
Bryan Housel
2019-01-29 14:07:34 -05:00
committed by GitHub
3 changed files with 123 additions and 77 deletions
+3 -1
View File
@@ -193,7 +193,9 @@
"restriction": "These features can't be merged because it would damage a \"{relation}\" relation.",
"relation": "These features can't be merged because they have conflicting relation roles.",
"incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
"conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
"conflicting_tags": "These features can't be merged because some of their tags have conflicting values.",
"paths_intersect": "These features can't be merged because the resulting path would intersect itself"
},
"move": {
"title": "Move",