Add highway=give_way preset (yield sign)

This commit is contained in:
Bryan Housel
2016-06-23 21:00:32 -04:00
parent b1fad94e84
commit 55fe67ef58
2 changed files with 23 additions and 4 deletions
@@ -0,0 +1,17 @@
{
"fields": [
"parallel_direction"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "give_way"
},
"terms": [
"give way",
"yield",
"sign"
],
"name": "Yield Sign"
}
+6 -4
View File
@@ -1,4 +1,7 @@
{
"fields": [
"parallel_direction"
],
"geometry": [
"vertex"
],
@@ -6,10 +9,9 @@
"highway": "stop"
},
"terms": [
"stop sign"
],
"fields": [
"parallel_direction"
"stop",
"halt",
"sign"
],
"name": "Stop Sign"
}