mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Add Depature Announcement field
This commit is contained in:
parent
f2c16fbcd6
commit
b21b3df419
3 changed files with 20 additions and 0 deletions
18
data/fields/announcement.json
Normal file
18
data/fields/announcement.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"keys": [
|
||||
"announcement",
|
||||
"departures_board:speech_output"
|
||||
],
|
||||
"prerequisiteTag": {
|
||||
"key": "departures_board",
|
||||
"valueNot": "no"
|
||||
},
|
||||
"type": "manyCombo",
|
||||
"label": "Departure Announcement",
|
||||
"strings": {
|
||||
"options": {
|
||||
"announcement": "Automatic",
|
||||
"departures_board:speech_output": "Upon Button Press"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue