mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
create signal box preset
This commit is contained in:
parent
a833997824
commit
c8904f6a7b
2 changed files with 44 additions and 0 deletions
15
data/fields/railway/signal_box.json
Normal file
15
data/fields/railway/signal_box.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "railway:signal_box",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"mechanical": "Mechanical",
|
||||
"electric": "Electrical",
|
||||
"track_diagram": "Digital",
|
||||
"electronic": "Fully Automated"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue