Fix build, regenerate charging station theme

This commit is contained in:
Pieter Vander Vennet 2021-09-06 02:17:28 +02:00
parent d72938ac35
commit 75b9686f48
2 changed files with 124 additions and 124 deletions

View file

@ -137,137 +137,137 @@
} }
}, },
{ {
"question": { "question": {
"en": "Which charging stations are available here?" "en": "Which charging stations are available here?"
}, },
"multiAnswer": true, "multiAnswer": true,
"mappings": [ "mappings": [
{ {
"if": "socket:schuko=1", "if": "socket:schuko=1",
"ifnot": "socket:schuko=", "ifnot": "socket:schuko=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> <b>Schuko wall plug</b> without ground pin (CEE7/4 type F)", "then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> <b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
"hideInAnswer": { "hideInAnswer": {
"or": [ "or": [
"_country!=be", "_country!=be",
"_country!=fr", "_country!=fr",
"_country!=ma", "_country!=ma",
"_country!=tn", "_country!=tn",
"_country!=pl", "_country!=pl",
"_country!=cs", "_country!=cs",
"_country!=sk", "_country!=sk",
"_country!=mo" "_country!=mo"
] ]
} }
},
{
"if": "socket:typee=1",
"ifnot": "socket:typee=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> <b>European wall plug</b> with ground pin (CEE7/4 type E)"
},
{
"if": "socket:chademo=1",
"ifnot": "socket:chademo=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> <b>Chademo</b> (type 4)"
},
{
"if": "socket:type1_cable=1",
"ifnot": "socket:type1_cable=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> <b>Type 1 with cable</b> (J1772)"
},
{
"if": "socket:type1=1",
"ifnot": "socket:type1=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> <b>Type 1 <i>without</i> cable</b> (J1772)"
},
{
"if": "socket:type1_combo=1",
"ifnot": "socket:type1_combo=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> <b>Type 1 CCS</b> (aka Type 1 Combo)"
},
{
"if": "socket:tesla_supercharger=1",
"ifnot": "socket:tesla_supercharger=",
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <b>Tesla Supercharger</b>"
}
]
}, },
{ {
"if": "socket:typee=1", "question": {
"ifnot": "socket:typee=", "en": "How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> <b>European wall plug</b> with ground pin (CEE7/4 type E)" },
"render": "There are <b>{socket:schuko}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here",
"freeform": {
"key": "socket:schuko",
"type": "pnat"
},
"condition": "socket:schuko~*"
}, },
{ {
"if": "socket:chademo=1", "question": {
"ifnot": "socket:chademo=", "en": "How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> <b>Chademo</b> (type 4)" },
"render": "There are <b>{socket:typee}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here",
"freeform": {
"key": "socket:typee",
"type": "pnat"
},
"condition": "socket:typee~*"
}, },
{ {
"if": "socket:type1_cable=1", "question": {
"ifnot": "socket:type1_cable=", "en": "How much plugs of type <b>Chademo</b> (type 4) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> <b>Type 1 with cable</b> (J1772)" },
"render": "There are <b>{socket:chademo}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> plugs of type <b>Chademo</b> (type 4) available here",
"freeform": {
"key": "socket:chademo",
"type": "pnat"
},
"condition": "socket:chademo~*"
}, },
{ {
"if": "socket:type1=1", "question": {
"ifnot": "socket:type1=", "en": "How much plugs of type <b>Type 1 with cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> <b>Type 1 <i>without</i> cable</b> (J1772)" },
"render": "There are <b>{socket:type1_cable}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 with cable</b> (J1772) available here",
"freeform": {
"key": "socket:type1_cable",
"type": "pnat"
},
"condition": "socket:type1_cable~*"
}, },
{ {
"if": "socket:type1_combo=1", "question": {
"ifnot": "socket:type1_combo=", "en": "How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> <b>Type 1 CCS</b> (aka Type 1 Combo)" },
"render": "There are <b>{socket:type1}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here",
"freeform": {
"key": "socket:type1",
"type": "pnat"
},
"condition": "socket:type1~*"
}, },
{ {
"if": "socket:tesla_supercharger=1", "question": {
"ifnot": "socket:tesla_supercharger=", "en": "How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> are available here?"
"then": "<img style='width:3rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <b>Tesla Supercharger</b>" },
} "render": "There are <b>{socket:type1_combo}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here",
] "freeform": {
}, "key": "socket:type1_combo",
{ "type": "pnat"
"question": { },
"en": "How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> are available here?" "condition": "socket:type1_combo~*"
}, },
"render": "There are <b>{socket:schuko}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here", {
"freeform": { "question": {
"key": "socket:schuko", "en": "How much plugs of type <b>Tesla Supercharger</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> are available here?"
"type": "pnat" },
}, "render": "There are <b>{socket:tesla_supercharger}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> plugs of type <b>Tesla Supercharger</b> available here",
"condition": "socket:schuko~*" "freeform": {
}, "key": "socket:tesla_supercharger",
{ "type": "pnat"
"question": { },
"en": "How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> are available here?" "condition": "socket:tesla_supercharger~*"
}, },
"render": "There are <b>{socket:typee}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here",
"freeform": {
"key": "socket:typee",
"type": "pnat"
},
"condition": "socket:typee~*"
},
{
"question": {
"en": "How much plugs of type <b>Chademo</b> (type 4) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> are available here?"
},
"render": "There are <b>{socket:chademo}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> plugs of type <b>Chademo</b> (type 4) available here",
"freeform": {
"key": "socket:chademo",
"type": "pnat"
},
"condition": "socket:chademo~*"
},
{
"question": {
"en": "How much plugs of type <b>Type 1 with cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
},
"render": "There are <b>{socket:type1_cable}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 with cable</b> (J1772) available here",
"freeform": {
"key": "socket:type1_cable",
"type": "pnat"
},
"condition": "socket:type1_cable~*"
},
{
"question": {
"en": "How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
},
"render": "There are <b>{socket:type1}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here",
"freeform": {
"key": "socket:type1",
"type": "pnat"
},
"condition": "socket:type1~*"
},
{
"question": {
"en": "How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> are available here?"
},
"render": "There are <b>{socket:type1_combo}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here",
"freeform": {
"key": "socket:type1_combo",
"type": "pnat"
},
"condition": "socket:type1_combo~*"
},
{
"question": {
"en": "How much plugs of type <b>Tesla Supercharger</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> are available here?"
},
"render": "There are <b>{socket:tesla_supercharger}</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> plugs of type <b>Tesla Supercharger</b> available here",
"freeform": {
"key": "socket:tesla_supercharger",
"type": "pnat"
},
"condition": "socket:tesla_supercharger~*"
},
{ {
"#": "Authentication", "#": "Authentication",
"question": { "question": {
@ -531,4 +531,4 @@
} }
], ],
"wayHandling": 1 "wayHandling": 1
} }

View file

@ -2,8 +2,8 @@ import {readFileSync, writeFileSync} from "fs";
import {Utils} from "../../../Utils"; import {Utils} from "../../../Utils";
// SMall script to output the properties of the types.csv as json to add in the tagRenderingGroup. Should be copied manually // SMall script to output the properties of the types.csv as json to add in the tagRenderingGroup. Should be copied manually
function run() { function run(file, protojson) {
const entries: string[] = Utils.NoNull(readFileSync("types.csv", "utf8").split("\n").map(str => str.trim())) const entries: string[] = Utils.NoNull(readFileSync(file, "utf8").split("\n").map(str => str.trim()))
entries.shift() entries.shift()
const result = [] const result = []
@ -58,13 +58,13 @@ function run() {
const stringified = questions.map(q => JSON.stringify(q, null, " ")) const stringified = questions.map(q => JSON.stringify(q, null, " "))
console.log(stringified) console.log(stringified)
let proto = readFileSync("charging_station.protojson", "utf8") let proto = readFileSync(protojson, "utf8")
proto = proto.replace("$$$", stringified.join(",\n") + ",") proto = proto.replace("$$$", stringified.join(",\n") + ",")
writeFileSync("charging_station.json", proto) writeFileSync("charging_station.json", proto)
} }
try { try {
run() run("types.csv","charging_station.protojson")
} catch (e) { } catch (e) {
console.error(e) console.error(e)
} }