This commit is contained in:
Kyℓe Hensel 2025-10-23 20:16:17 +11:00 committed by GitHub
commit 5c1834304c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 46 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{
"key": "railway:local_operated",
"type": "check",
"label": "Locally Operated"
}

View file

@ -0,0 +1,5 @@
{
"key": "railway:ref",
"type": "text",
"label": "{ref}"
}

View file

@ -0,0 +1,16 @@
{
"key": "railway:signal:position",
"type": "combo",
"label": "Placement",
"strings": {
"options": {
"left": "Left",
"right": "Right",
"in_track": "In the track",
"bridge": "Overhead (attached to a gantry)",
"overhead": "Overhead (attached to the catenary wire)"
}
},
"autoSuggestions": false,
"customValues": false
}

View file

@ -0,0 +1,13 @@
{
"key": "railway:turnout_side",
"type": "combo",
"label": "Turnout Side",
"strings": {
"options": {
"left": "Left",
"right": "Right"
}
},
"autoSuggestions": false,
"customValues": true
}