forked from MapComplete/MapComplete
Add some more charging station plugs to the charging theme
This commit is contained in:
parent
091ca45edf
commit
c9f2079501
11 changed files with 735 additions and 26 deletions
|
@ -905,6 +905,20 @@
|
|||
"then": "Not part of a bigger network"
|
||||
}
|
||||
}
|
||||
},
|
||||
"17": {
|
||||
"question": "Is this charging point in use?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This charging station works"
|
||||
},
|
||||
"1": {
|
||||
"then": "This charging station is broken"
|
||||
},
|
||||
"2": {
|
||||
"then": "This charging station has beed permanently disabled and is not in use anymore but is still visible"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
|
|
@ -891,6 +891,22 @@
|
|||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"17": {
|
||||
"question": "Is dit oplaadpunt operationeel?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit oplaadpunt werkt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit oplaadpunt is kapot"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue