We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
railway:switch
railway=switch
1 parent 075527f commit dacbd27Copy full SHA for dacbd27
data/fields/railway/switch.json
@@ -0,0 +1,17 @@
1
+{
2
+ "key": "railway:switch",
3
+ "type": "combo",
4
+ "label": "Switch Type",
5
+ "strings": {
6
+ "options": {
7
+ "default": "Normal Switch",
8
+ "double_slip": "Double-slip Switch",
9
+ "single_slip": "Single-slip Switch",
10
+ "wye": "Wye Switch",
11
+ "three_way": "Three-way Switch",
12
+ "abt": "Abt Switch"
13
+ }
14
+ },
15
+ "autoSuggestions": false,
16
+ "customValues": true
17
+}
data/presets/railway/switch.json
@@ -1,6 +1,7 @@
{
"icon": "temaki-junction",
"fields": [
+ "railway/switch",
"ref"
],
"geometry": [
0 commit comments