mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add tag values as part of the label
addresses https://github.com/openstreetmap/id-tagging-schema/pull/447#discussion_r918806472
This commit is contained in:
parent
af0a715af6
commit
a33d777b02
2 changed files with 14 additions and 14 deletions
|
|
@ -4,13 +4,13 @@
|
|||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"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"
|
||||
"main": "Main: Forwards power",
|
||||
"distribution": "Distribution: Feeds final consumers, installed outside substations",
|
||||
"generator": "Generator: Steps-up voltage in power plants",
|
||||
"converter": "Converter: Feeds power converters",
|
||||
"phase_angle_regulator": "Phase Angle Regulator",
|
||||
"auxiliary": "Auxiliary: Feeds internal systems in substations",
|
||||
"yes": "Unknown Role"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue