Skip to content

Commit b795234

Browse files
committed
create signal box preset
1 parent f5a7695 commit b795234

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"key": "railway:signal_box",
3+
"type": "combo",
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"mechanical": "Mechanical",
8+
"electric": "Electrical",
9+
"track_diagram": "Digital",
10+
"electronic": "Fully Automated"
11+
}
12+
},
13+
"autoSuggestions": false,
14+
"customValues": false
15+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"icon": "temaki-power_shutoff",
3+
"fields": [
4+
"name",
5+
"railway/ref",
6+
"railway/signal_box",
7+
"building_area_yes"
8+
],
9+
"moreFields": [
10+
"railway/position"
11+
],
12+
"geometry": [
13+
"point",
14+
"area"
15+
],
16+
"tags": {
17+
"railway": "signal_box"
18+
},
19+
"name": "Signal Box",
20+
"terms": [
21+
"interlock tower",
22+
"interlocking tower",
23+
"lever frame",
24+
"radio block center",
25+
"radio block centre",
26+
"signal cab",
27+
"signalling box",
28+
"signalling cab"
29+
]
30+
}

0 commit comments

Comments
 (0)