mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +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
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