mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add field for lift_gate:type (#711)
This commit is contained in:
parent
720d97358d
commit
06e2375134
2 changed files with 18 additions and 2 deletions
15
data/fields/lift_gate/type.json
Normal file
15
data/fields/lift_gate/type.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "lift_gate:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"single": "Single Bar",
|
||||
"double": "Opposing Bars"
|
||||
}
|
||||
},
|
||||
"reference": {
|
||||
"key": "barrier",
|
||||
"value": "lift_gate"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue