mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
Add railway:switch field to railway=switch preset (#1084)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "railway:switch",
|
||||
"type": "combo",
|
||||
"label": "Switch Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"default": "Normal Switch",
|
||||
"double_slip": "Double-slip Switch",
|
||||
"single_slip": "Single-slip Switch",
|
||||
"wye": "Wye Switch",
|
||||
"three_way": "Three-way Switch",
|
||||
"abt": "Abt Switch"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": true
|
||||
}
|
||||
Reference in New Issue
Block a user