mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add highway=give_way preset (yield sign)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
"parallel_direction"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "give_way"
|
||||
},
|
||||
"terms": [
|
||||
"give way",
|
||||
"yield",
|
||||
"sign"
|
||||
],
|
||||
"name": "Yield Sign"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user