mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Tag motorway_link with explicit oneway=yes (closes #2555)
This commit is contained in:
@@ -3953,6 +3953,14 @@
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "motorway_link",
|
||||
"oneway": "yes"
|
||||
},
|
||||
"removeTags": {
|
||||
"highway": "motorway_link",
|
||||
"oneway": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
|
||||
@@ -14,6 +14,14 @@
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "motorway_link",
|
||||
"oneway": "yes"
|
||||
},
|
||||
"removeTags": {
|
||||
"highway": "motorway_link",
|
||||
"oneway": "yes"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Motorway Link"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user