Tag motorway_link with explicit oneway=yes (closes #2555)

This commit is contained in:
Bryan Housel
2015-03-17 09:51:42 -04:00
parent b6f428a89f
commit def08cab23
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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"
}