mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Update power presets following transformer tagging extension (#447)
This commit is contained in:
parent
57c0a7e5d2
commit
de6fce4c7f
7 changed files with 71 additions and 18 deletions
|
|
@ -4,14 +4,13 @@
|
|||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"distribution": "Distribution",
|
||||
"generator": "Generator",
|
||||
"converter": "Converter",
|
||||
"traction": "Traction",
|
||||
"auto": "Autotransformer",
|
||||
"phase_angle_regulator": "Phase Angle Regulator",
|
||||
"auxiliary": "Auxiliary",
|
||||
"yes": "Unknown"
|
||||
"main": "Forwards power",
|
||||
"distribution": "Feeds final consumers, installed outside substations",
|
||||
"generator": "Steps-up voltage in power plants",
|
||||
"converter": "Feeds power converters",
|
||||
"phase_angle_regulator": "Regulates phase angle",
|
||||
"auxiliary": "Feeds internal systems in substations",
|
||||
"yes": "Unknown role"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
|
|
|
|||
12
data/fields/windings/auto.json
Normal file
12
data/fields/windings/auto.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "windings:auto",
|
||||
"type": "check",
|
||||
"label": "Autotransformer",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue