mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Add crossing:whistle field
This commit is contained in:
parent
f2c16fbcd6
commit
9620337fba
3 changed files with 19 additions and 1 deletions
14
data/fields/crossing/whistle.json
Normal file
14
data/fields/crossing/whistle.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "crossing:whistle",
|
||||
"type": "combo",
|
||||
"label": "Train Horn",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Required",
|
||||
"optional": "No Train Horn",
|
||||
"wayside": "Wayside/Stationary Horn"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue