mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Add crossing:whistle field
This commit is contained in:
parent
f2c16fbcd6
commit
9a213daf34
3 changed files with 20 additions and 1 deletions
15
data/fields/crossing/whistle.json
Normal file
15
data/fields/crossing/whistle.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "crossing:whistle",
|
||||
"type": "combo",
|
||||
"label": "Train Horn",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"optional": "Not Required",
|
||||
"wayside": "Wayside Horn",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue