mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
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:
Vendored
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user