mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
add fields for level crossing (#194)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "crossing:barrier",
|
||||
"type": "combo",
|
||||
"label": "Barrier Arm",
|
||||
"strings": {
|
||||
"options": {
|
||||
"full": "Full",
|
||||
"double_half": "Double Half",
|
||||
"half": "Half",
|
||||
"no": "no",
|
||||
"yes": "yes"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "crossing:bell",
|
||||
"type": "check",
|
||||
"label": "Bell"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "crossing:light",
|
||||
"type": "check",
|
||||
"label": "Lights"
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"icon": "temaki-pedestrian",
|
||||
"fields": [
|
||||
"crossing/barrier",
|
||||
"crossing/bell",
|
||||
"crossing/light"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"icon": "maki-cross",
|
||||
"fields": [
|
||||
"crossing/barrier",
|
||||
"crossing/bell",
|
||||
"crossing/light"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user