mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 15:20:25 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "railway:position",
|
||||
"type": "text",
|
||||
"placeholder": "Distance to one decimal (123.4)",
|
||||
"label": "Milestone Position"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "railway:signal:direction",
|
||||
"type": "combo",
|
||||
"label": "Direction Affected",
|
||||
"strings": {
|
||||
"options": {
|
||||
"forward": "Forward",
|
||||
"backward": "Backward",
|
||||
"both": "Both / All"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user