mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
Merge a833997824 into 12f0515143
This commit is contained in:
commit
5c1834304c
9 changed files with 46 additions and 3 deletions
5
data/fields/railway/local_operated.json
Normal file
5
data/fields/railway/local_operated.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "railway:local_operated",
|
||||
"type": "check",
|
||||
"label": "Locally Operated"
|
||||
}
|
||||
5
data/fields/railway/ref.json
Normal file
5
data/fields/railway/ref.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "railway:ref",
|
||||
"type": "text",
|
||||
"label": "{ref}"
|
||||
}
|
||||
16
data/fields/railway/signal/position.json
Normal file
16
data/fields/railway/signal/position.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "railway:signal:position",
|
||||
"type": "combo",
|
||||
"label": "Placement",
|
||||
"strings": {
|
||||
"options": {
|
||||
"left": "Left",
|
||||
"right": "Right",
|
||||
"in_track": "In the track",
|
||||
"bridge": "Overhead (attached to a gantry)",
|
||||
"overhead": "Overhead (attached to the catenary wire)"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
13
data/fields/railway/turnout_side.json
Normal file
13
data/fields/railway/turnout_side.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "railway:turnout_side",
|
||||
"type": "combo",
|
||||
"label": "Turnout Side",
|
||||
"strings": {
|
||||
"options": {
|
||||
"left": "Left",
|
||||
"right": "Right"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue