mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 08:39:40 +02:00
Add railway:switch field to railway=switch preset (#1084)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "railway:switch",
|
||||
"type": "combo",
|
||||
"label": "Switch Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"default": "Normal Switch",
|
||||
"double_slip": "Double-slip Switch",
|
||||
"single_slip": "Single-slip Switch",
|
||||
"wye": "Wye Switch",
|
||||
"three_way": "Three-way Switch",
|
||||
"abt": "Abt Switch"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": true
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "temaki-junction",
|
||||
"fields": [
|
||||
"railway/switch",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user