mapcomplete/assets/layers/charging_station/charging_station.json

4408 lines
185 KiB
JSON
Raw Normal View History

{
2021-11-07 15:44:22 +01:00
"id": "charging_station",
"name": {
"en": "Charging stations",
2022-02-18 04:06:43 +01:00
"nl": "Oplaadpunten",
"de": "Ladestationen"
2021-11-07 15:44:22 +01:00
},
"minzoom": 10,
"source": {
"osmTags": {
"and": [
{
2022-02-04 01:05:35 +01:00
"or": [
"amenity=charging_station",
"disused:amenity=charging_station",
"planned:amenity=charging_station",
"construction:amenity=charging_station"
]
}
2021-11-07 15:44:22 +01:00
]
}
},
"title": {
"render": {
"en": "Charging station",
2022-02-09 02:24:37 +01:00
"nl": "Oplaadpunt"
},
"mappings": [
{
"if": {
"and": [
"bicycle=yes",
{
"or": [
"motorcar=",
"motorcar=no"
]
}
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "Charging station for electrical bicycles",
2022-02-09 02:24:37 +01:00
"nl": "Oplaadpunt voor elektrische fietsen"
}
},
{
"if": {
"and": [
"motorcar=yes",
{
"or": [
"bicycle=",
"bicycle=no"
]
}
]
},
"then": {
"en": "Charging station for cars",
"nl": "Oplaadpunt voor elektrische auto's"
}
}
]
2021-11-07 15:44:22 +01:00
},
"description": {
"en": "A charging station",
2022-02-18 04:06:43 +01:00
"nl": "Oplaadpunten",
"de": "Eine Ladestation"
2021-11-07 15:44:22 +01:00
},
"tagRenderings": [
"images",
{
"id": "Type",
"#": "Allowed vehicle types",
"question": {
"en": "Which vehicles are allowed to charge here?",
2022-02-18 04:06:43 +01:00
"nl": "Welke voertuigen kunnen hier opgeladen worden?",
"de": "Welche Fahrzeuge dürfen hier laden?",
"es": "¿A qué vehículos se permite la carga aquí?"
2021-11-07 15:44:22 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": "bicycle=yes",
"ifnot": "bicycle=no",
"then": {
"en": "<b>Bicycles</b> can be charged here",
2022-02-18 04:06:43 +01:00
"nl": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden",
"de": "<b>Fahrräder</b> können hier geladen werden"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "motorcar=yes",
"ifnot": "motorcar=no",
"then": {
"en": "<b>Cars</b> can be charged here",
2022-02-18 04:06:43 +01:00
"nl": "<b>Elektrische auto's</b> kunnen hier opgeladen worden",
"de": "<b>Autos</b> können hier geladen werden"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "scooter=yes",
"ifnot": "scooter=no",
"then": {
"en": "<b>Scooters</b> can be charged here",
2022-02-18 04:06:43 +01:00
"nl": "<b>Elektrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden",
"de": "<b>Roller</b> können hier geladen werden"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "hgv=yes",
"ifnot": "hgv=no",
"then": {
"en": "<b>Heavy good vehicles</b> (such as trucks) can be charged here",
2022-02-18 04:06:43 +01:00
"nl": "<b>Vrachtwagens</b> kunnen hier opgeladen worden",
"de": "<b>LKW</b> können hier geladen werden"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "bus=yes",
"ifnot": "bus=no",
"then": {
"en": "<b>Buses</b> can be charged here",
2022-02-18 04:06:43 +01:00
"nl": "<b>Bussen</b> kunnen hier opgeladen worden",
"de": "<b>Busse</b> können hier geladen werden"
2021-11-07 15:44:22 +01:00
}
}
]
2021-10-21 21:41:45 +02:00
},
2021-11-07 15:44:22 +01:00
{
"id": "access",
"question": {
"en": "Who is allowed to use this charging station?",
"nl": "Wie mag er dit oplaadpunt gebruiken?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "Access is {access}",
"nl": "Toegang voor {access}"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "access",
"addExtraTags": [
"fixme=Freeform field used for access - doublecheck the value"
]
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
}
},
{
"if": {
2021-10-21 01:26:20 +02:00
"or": [
2021-11-07 15:44:22 +01:00
"access=permissive",
"access=public"
]
2021-11-07 15:44:22 +01:00
},
"then": {
"en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
},
"hideInAnswer": true
},
{
"if": "access=customers",
"then": {
"en": "Only customers of the place this station belongs to can use this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests</span>",
"nl": "Enkel <b>klanten van de bijhorende plaats</b> mogen dit oplaadpunt gebruiken<br/><span class='subtle'>Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel</span>"
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> "
}
2021-10-21 01:26:20 +02:00
}
2021-11-07 15:44:22 +01:00
]
2021-10-21 01:26:20 +02:00
},
2021-11-07 15:44:22 +01:00
{
"id": "capacity",
"render": {
"en": "{capacity} vehicles can be charged here at the same time",
"nl": "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden"
2021-11-07 15:44:22 +01:00
},
"question": {
"en": "How much vehicles can be charged here at the same time?",
"nl": "Hoeveel voertuigen kunnen hier opgeladen worden?"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "capacity",
"type": "pnat"
}
2021-10-28 00:32:47 +02:00
},
2021-11-07 15:44:22 +01:00
{
"id": "Available_charging_stations (generated)",
"question": {
"en": "Which charging connections are available here?",
2022-02-18 04:06:43 +01:00
"nl": "Welke aansluitingen zijn hier beschikbaar?",
"de": "Welche Ladeanschlüsse gibt es hier?"
2021-11-07 15:44:22 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": "socket:schuko=1",
"ifnot": "socket:schuko=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)"
},
"icon": {
"path": "./assets/layers/charging_station/CEE7_4F.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
"_country!=be",
"_country!=fr",
"_country!=ma",
"_country!=tn",
"_country!=pl",
"_country!=cs",
"_country!=sk",
"_country!=mo"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:schuko~*",
2021-12-10 15:55:48 +01:00
"socket:schuko!=1"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "CEE7_4F.svg",
"class": "medium"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:typee=1",
"ifnot": "socket:typee=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E)",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:typee~*",
2021-12-10 15:55:48 +01:00
"socket:typee!=1"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E)",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "TypeE.svg",
"class": "medium"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:chademo=1",
"ifnot": "socket:chademo=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Chademo</b>",
"nl": "<b>Chademo</b>"
},
"icon": {
"path": "./assets/layers/charging_station/Chademo_type4.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
}
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:chademo~*",
2021-12-10 15:55:48 +01:00
"socket:chademo!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Chademo</b>",
"nl": "<b>Chademo</b>"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Chademo_type4.svg",
"class": "medium"
}
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:type1_cable=1",
"ifnot": "socket:type1_cable=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772)",
"nl": "<b>Type 1 met kabel</b> (J1772)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
2021-11-07 15:44:22 +01:00
}
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type1_cable~*",
2021-12-10 15:55:48 +01:00
"socket:type1_cable!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772)",
"nl": "<b>Type 1 met kabel</b> (J1772)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type1_J1772.svg",
"class": "medium"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:type1=1",
"ifnot": "socket:type1=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-21 21:41:45 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
}
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type1~*",
2021-12-10 15:55:48 +01:00
"socket:type1!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type1_J1772.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:type1_combo=1",
"ifnot": "socket:type1_combo=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-28 00:32:47 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type1_combo~*",
2021-12-10 15:55:48 +01:00
"socket:type1_combo!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type1-ccs.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:tesla_supercharger=1",
"ifnot": "socket:tesla_supercharger=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b>",
"nl": "<b>Tesla Supercharger</b>"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:tesla_supercharger~*",
2021-12-10 15:55:48 +01:00
"socket:tesla_supercharger!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b>",
"nl": "<b>Tesla Supercharger</b>"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Tesla-hpwc-model-s.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:type2=1",
"ifnot": "socket:type2=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes)",
"nl": "<b>Type 2</b> (mennekes)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-28 00:32:47 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-28 00:32:47 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type2~*",
2021-12-10 15:55:48 +01:00
"socket:type2!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes)",
"nl": "<b>Type 2</b> (mennekes)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type2_socket.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:type2_combo=1",
"ifnot": "socket:type2_combo=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes)",
"nl": "<b>Type 2 CCS</b> (mennekes)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-28 00:32:47 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type2_combo~*",
2021-12-10 15:55:48 +01:00
"socket:type2_combo!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes)",
"nl": "<b>Type 2 CCS</b> (mennekes)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type2_CCS.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:type2_cable=1",
"ifnot": "socket:type2_cable=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes)",
"nl": "<b>Type 2 met kabel</b> (J1772)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:type2_cable~*",
2021-12-10 15:55:48 +01:00
"socket:type2_cable!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes)",
"nl": "<b>Type 2 met kabel</b> (J1772)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type2_tethered.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:tesla_supercharger_ccs=1",
"ifnot": "socket:tesla_supercharger_ccs=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-28 00:32:47 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-28 00:32:47 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:tesla_supercharger_ccs~*",
2021-12-10 15:55:48 +01:00
"socket:tesla_supercharger_ccs!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type2_CCS.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:tesla_destination=1",
"ifnot": "socket:tesla_destination=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b>",
"nl": "<b>Tesla Supercharger (destination)</b>"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"or": [
"_country!=us"
]
}
]
}
2021-10-28 00:32:47 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:tesla_destination~*",
2021-12-10 14:29:12 +01:00
"socket:tesla_destination!=1",
"_country=us"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b>",
"nl": "<b>Tesla Supercharger (destination)</b>"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Tesla-hpwc-model-s.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
},
{
"if": "socket:tesla_destination=1",
"ifnot": "socket:tesla_destination=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"or": [
"_country=us"
]
}
]
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:tesla_destination~*",
2021-12-10 14:29:12 +01:00
"socket:tesla_destination!=1",
"_country!=us"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "Type2_tethered.svg",
"class": "medium"
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:USB-A=1",
"ifnot": "socket:USB-A=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:USB-A~*",
2021-12-10 15:55:48 +01:00
"socket:USB-A!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "usb_port.svg",
"class": "medium"
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:bosch_3pin=1",
"ifnot": "socket:bosch_3pin=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel"
},
"icon": {
"path": "./assets/layers/charging_station/bosch-3pin.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
"and": [
"bicycle=no"
]
},
{
"and": [
{
2021-10-26 01:52:41 +02:00
"or": [
2021-11-07 15:44:22 +01:00
"car=yes",
"motorcar=yes",
"hgv=yes",
"bus=yes"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"bicycle!=yes"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
}
]
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:bosch_3pin~*",
2021-12-10 15:55:48 +01:00
"socket:bosch_3pin!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "bosch-3pin.svg",
"class": "medium"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "socket:bosch_5pin=1",
"ifnot": "socket:bosch_5pin=",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel"
},
"icon": {
"path": "./assets/layers/charging_station/bosch-5pin.svg",
"class": "medium"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": {
"or": [
{
"and": [
"bicycle=no"
2021-10-28 00:32:47 +02:00
]
2021-11-07 15:44:22 +01:00
},
{
"and": [
{
"or": [
"car=yes",
"motorcar=yes",
"hgv=yes",
"bus=yes"
]
},
"bicycle!=yes"
]
}
]
}
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"socket:bosch_5pin~*",
2021-12-10 15:55:48 +01:00
"socket:bosch_5pin!=1"
2021-11-07 15:44:22 +01:00
]
},
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel"
2021-11-07 15:44:22 +01:00
},
2022-02-17 23:58:03 +01:00
"hideInAnswer": true,
"icon": {
"path": "bosch-5pin.svg",
"class": "medium"
}
2021-11-07 15:44:22 +01:00
}
]
},
{
"id": "plugs-0",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:schuko}</b> plugs of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:schuko}</b> stekkers van het type <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
},
"freeform": {
"key": "socket:schuko",
"type": "pnat"
},
"condition": {
"and": [
"socket:schuko~*",
"socket:schuko!=0"
]
}
},
{
"id": "plugs-1",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:typee}</b> plugs of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:typee}</b> stekkers van het type <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>"
},
"freeform": {
"key": "socket:typee",
"type": "pnat"
},
"condition": {
"and": [
"socket:typee~*",
"socket:typee!=0"
]
}
},
{
"id": "plugs-2",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:chademo}</b> plugs of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:chademo}</b> stekkers van het type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>"
},
"freeform": {
"key": "socket:chademo",
"type": "pnat"
},
"condition": {
"and": [
"socket:chademo~*",
"socket:chademo!=0"
]
}
},
{
"id": "plugs-3",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type1_cable}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
},
"freeform": {
"key": "socket:type1_cable",
"type": "pnat"
},
"condition": {
"and": [
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
}
},
{
"id": "plugs-4",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type1}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type1}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
},
"freeform": {
"key": "socket:type1",
"type": "pnat"
},
"condition": {
"and": [
"socket:type1~*",
"socket:type1!=0"
]
}
},
{
"id": "plugs-5",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type1_combo}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>"
},
"freeform": {
"key": "socket:type1_combo",
"type": "pnat"
},
"condition": {
"and": [
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
}
},
{
"id": "plugs-6",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:tesla_supercharger}</b> stekkers van het type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
},
"freeform": {
"key": "socket:tesla_supercharger",
"type": "pnat"
},
"condition": {
"and": [
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
}
},
{
"id": "plugs-7",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type2}</b> plugs of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type2}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>"
},
"freeform": {
"key": "socket:type2",
"type": "pnat"
},
"condition": {
"and": [
"socket:type2~*",
"socket:type2!=0"
]
}
},
{
"id": "plugs-8",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type2_combo}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"freeform": {
"key": "socket:type2_combo",
"type": "pnat"
},
"condition": {
"and": [
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
}
},
{
"id": "plugs-9",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:type2_cable}</b> stekkers van het type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"freeform": {
"key": "socket:type2_cable",
"type": "pnat"
},
"condition": {
"and": [
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
}
},
{
"id": "plugs-10",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> stekkers van het type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"freeform": {
"key": "socket:tesla_supercharger_ccs",
"type": "pnat"
},
"condition": {
"and": [
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
}
},
{
"id": "plugs-11",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:tesla_destination}</b> stekkers van het type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
},
"freeform": {
"key": "socket:tesla_destination",
"type": "pnat"
},
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "plugs-12",
"question": {
2021-12-10 14:29:12 +01:00
"en": "How much plugs of type <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> are available here?",
2021-11-07 15:44:22 +01:00
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
2021-12-10 14:29:12 +01:00
"en": "There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> available here",
2021-11-07 15:44:22 +01:00
"nl": "Hier zijn <b class='text-xl'>{socket:tesla_destination}</b> stekkers van het type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"freeform": {
"key": "socket:tesla_destination",
"type": "pnat"
},
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "plugs-13",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:USB-A}</b> stekkers van het type <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
},
"freeform": {
"key": "socket:USB-A",
"type": "pnat"
},
"condition": {
"and": [
"socket:USB-A~*",
"socket:USB-A!=0"
]
}
},
{
"id": "plugs-14",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:bosch_3pin}</b> stekkers van het type <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
},
"freeform": {
"key": "socket:bosch_3pin",
"type": "pnat"
},
"condition": {
"and": [
"socket:bosch_3pin~*",
"socket:bosch_3pin!=0"
]
}
},
{
"id": "plugs-15",
"question": {
"en": "How much plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> are available here?",
"nl": "Hoeveel stekkers van type <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> heeft dit oplaadpunt?"
},
"render": {
"en": "There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> available here",
"nl": "Hier zijn <b class='text-xl'>{socket:bosch_5pin}</b> stekkers van het type <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
},
"freeform": {
"key": "socket:bosch_5pin",
"type": "pnat"
},
"condition": {
"and": [
"socket:bosch_5pin~*",
"socket:bosch_5pin!=0"
]
}
},
{
"id": "voltage-0",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs {socket:schuko:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> heeft een spanning van {socket:schuko:voltage} volt"
},
"freeform": {
"key": "socket:schuko:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:schuko:voltage=230 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs 230 volt",
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F) heeft een spanning van 230 volt"
},
"icon": {
"path": "./assets/layers/charging_station/CEE7_4F.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:schuko~*",
"socket:schuko!=0"
]
}
},
{
"id": "current-0",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most {socket:schuko:current}A",
"nl": "<div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> levert een stroom van maximaal {socket:schuko:current}A"
},
"freeform": {
"key": "socket:schuko:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:schuko:current=16 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 16 A",
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F) levert een stroom van maximaal 16 A"
},
"icon": {
"path": "./assets/layers/charging_station/CEE7_4F.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:schuko~*",
"socket:schuko!=0"
]
}
},
{
"id": "power-output-0",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most {socket:schuko:output}",
"nl": "<div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> levert een vermogen van maximaal {socket:schuko:output}"
},
"freeform": {
"key": "socket:schuko:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:schuko:output=3.6 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kw A",
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F) levert een vermogen van maximaal 3.6 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/CEE7_4F.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:schuko~*",
"socket:schuko!=0"
]
}
},
{
"id": "voltage-1",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs {socket:typee:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> heeft een spanning van {socket:typee:voltage} volt"
},
"freeform": {
"key": "socket:typee:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:typee:voltage=230 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs 230 volt",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E) heeft een spanning van 230 volt"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:typee~*",
"socket:typee!=0"
]
}
},
{
"id": "current-1",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most {socket:typee:current}A",
"nl": "<div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> levert een stroom van maximaal {socket:typee:current}A"
},
"freeform": {
"key": "socket:typee:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:typee:current=16 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 16 A",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E) levert een stroom van maximaal 16 A"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:typee~*",
"socket:typee!=0"
]
}
},
{
"id": "power-output-1",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most {socket:typee:output}",
"nl": "<div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> levert een vermogen van maximaal {socket:typee:output}"
},
"freeform": {
"key": "socket:typee:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:typee:output=3 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kw A",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E) levert een vermogen van maximaal 3 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
"class": "medium"
}
},
{
"if": "socket:socket:typee:output=22 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kw A",
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E) levert een vermogen van maximaal 22 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:typee~*",
"socket:typee!=0"
]
}
},
{
"id": "voltage-2",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs {socket:chademo:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> heeft een spanning van {socket:chademo:voltage} volt"
},
"freeform": {
"key": "socket:chademo:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:chademo:voltage=500 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Chademo</b> outputs 500 volt",
"nl": "<b>Chademo</b> heeft een spanning van 500 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Chademo_type4.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:chademo~*",
"socket:chademo!=0"
]
}
},
{
"id": "current-2",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most {socket:chademo:current}A",
"nl": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> levert een stroom van maximaal {socket:chademo:current}A"
},
"freeform": {
"key": "socket:chademo:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:chademo:current=120 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Chademo</b> outputs at most 120 A",
"nl": "<b>Chademo</b> levert een stroom van maximaal 120 A"
},
"icon": {
"path": "./assets/layers/charging_station/Chademo_type4.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:chademo~*",
"socket:chademo!=0"
]
}
},
{
"id": "power-output-2",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most {socket:chademo:output}",
"nl": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> levert een vermogen van maximaal {socket:chademo:output}"
},
"freeform": {
"key": "socket:chademo:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:chademo:output=50 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Chademo</b> outputs at most 50 kw A",
"nl": "<b>Chademo</b> levert een vermogen van maximaal 50 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Chademo_type4.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:chademo~*",
"socket:chademo!=0"
]
}
},
{
"id": "voltage-3",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs {socket:type1_cable:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> heeft een spanning van {socket:type1_cable:voltage} volt"
},
"freeform": {
"key": "socket:type1_cable:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_cable:voltage=200 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772) outputs 200 volt",
"nl": "<b>Type 1 met kabel</b> (J1772) heeft een spanning van 200 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_cable:voltage=240 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772) outputs 240 volt",
"nl": "<b>Type 1 met kabel</b> (J1772) heeft een spanning van 240 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
}
},
{
"id": "current-3",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1_cable:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> levert een stroom van maximaal {socket:type1_cable:current}A"
},
"freeform": {
"key": "socket:type1_cable:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_cable:current=32 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772) outputs at most 32 A",
"nl": "<b>Type 1 met kabel</b> (J1772) levert een stroom van maximaal 32 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
}
},
{
"id": "power-output-3",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1_cable:output}",
"nl": "<div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> levert een vermogen van maximaal {socket:type1_cable:output}"
},
"freeform": {
"key": "socket:type1_cable:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_cable:output=3.7 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kw A",
"nl": "<b>Type 1 met kabel</b> (J1772) levert een vermogen van maximaal 3.7 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_cable:output=7 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 with cable</b> (J1772) outputs at most 7 kw A",
"nl": "<b>Type 1 met kabel</b> (J1772) levert een vermogen van maximaal 7 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
}
},
{
"id": "voltage-4",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs {socket:type1:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> heeft een spanning van {socket:type1:voltage} volt"
},
"freeform": {
"key": "socket:type1:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1:voltage=200 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs 200 volt",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) heeft een spanning van 200 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1:voltage=240 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs 240 volt",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) heeft een spanning van 240 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1~*",
"socket:type1!=0"
]
}
},
{
"id": "current-4",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> levert een stroom van maximaal {socket:type1:current}A"
},
"freeform": {
"key": "socket:type1:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1:current=32 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 32 A",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) levert een stroom van maximaal 32 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1~*",
"socket:type1!=0"
]
}
},
{
"id": "power-output-4",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1:output}",
"nl": "<div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> levert een vermogen van maximaal {socket:type1:output}"
},
"freeform": {
"key": "socket:type1:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1:output=3.7 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kw A",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) levert een vermogen van maximaal 3.7 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1:output=6.6 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kw A",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) levert een vermogen van maximaal 6.6 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1:output=7 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kw A",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) levert een vermogen van maximaal 7 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1:output=7.2 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kw A",
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772) levert een vermogen van maximaal 7.2 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1~*",
"socket:type1!=0"
]
}
},
{
"id": "voltage-5",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs {socket:type1_combo:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> heeft een spanning van {socket:type1_combo:voltage} volt"
},
"freeform": {
"key": "socket:type1_combo:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_combo:voltage=400 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 400 volt",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) heeft een spanning van 400 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_combo:voltage=1000 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 1000 volt",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) heeft een spanning van 1000 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
}
},
{
"id": "current-5",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most {socket:type1_combo:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> levert een stroom van maximaal {socket:type1_combo:current}A"
},
"freeform": {
"key": "socket:type1_combo:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_combo:current=50 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een stroom van maximaal 50 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_combo:current=125 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 125 A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een stroom van maximaal 125 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
}
},
{
"id": "power-output-5",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most {socket:type1_combo:output}",
"nl": "<div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> levert een vermogen van maximaal {socket:type1_combo:output}"
},
"freeform": {
"key": "socket:type1_combo:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type1_combo:output=50 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kw A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een vermogen van maximaal 50 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_combo:output=62.5 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kw A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een vermogen van maximaal 62.5 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_combo:output=150 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kw A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een vermogen van maximaal 150 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type1_combo:output=350 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kw A",
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo) levert een vermogen van maximaal 350 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
}
},
{
"id": "voltage-6",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs {socket:tesla_supercharger:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> heeft een spanning van {socket:tesla_supercharger:voltage} volt"
},
"freeform": {
"key": "socket:tesla_supercharger:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger:voltage=480 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs 480 volt",
"nl": "<b>Tesla Supercharger</b> heeft een spanning van 480 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
}
},
{
"id": "current-6",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_supercharger:current}A",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> levert een stroom van maximaal {socket:tesla_supercharger:current}A"
},
"freeform": {
"key": "socket:tesla_supercharger:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger:current=125 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs at most 125 A",
"nl": "<b>Tesla Supercharger</b> levert een stroom van maximaal 125 A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_supercharger:current=350 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs at most 350 A",
"nl": "<b>Tesla Supercharger</b> levert een stroom van maximaal 350 A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
}
},
{
"id": "power-output-6",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_supercharger:output}",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> levert een vermogen van maximaal {socket:tesla_supercharger:output}"
},
"freeform": {
"key": "socket:tesla_supercharger:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger:output=120 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs at most 120 kw A",
"nl": "<b>Tesla Supercharger</b> levert een vermogen van maximaal 120 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_supercharger:output=150 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs at most 150 kw A",
"nl": "<b>Tesla Supercharger</b> levert een vermogen van maximaal 150 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_supercharger:output=250 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger</b> outputs at most 250 kw A",
"nl": "<b>Tesla Supercharger</b> levert een vermogen van maximaal 250 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
}
},
{
"id": "voltage-7",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs {socket:type2:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> heeft een spanning van {socket:type2:voltage} volt"
},
"freeform": {
"key": "socket:type2:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2:voltage=230 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs 230 volt",
"nl": "<b>Type 2</b> (mennekes) heeft een spanning van 230 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2:voltage=400 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs 400 volt",
"nl": "<b>Type 2</b> (mennekes) heeft een spanning van 400 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2~*",
"socket:type2!=0"
]
}
},
{
"id": "current-7",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most {socket:type2:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> levert een stroom van maximaal {socket:type2:current}A"
},
"freeform": {
"key": "socket:type2:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2:current=16 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs at most 16 A",
"nl": "<b>Type 2</b> (mennekes) levert een stroom van maximaal 16 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2:current=32 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs at most 32 A",
"nl": "<b>Type 2</b> (mennekes) levert een stroom van maximaal 32 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2~*",
"socket:type2!=0"
]
}
},
{
"id": "power-output-7",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most {socket:type2:output}",
"nl": "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> levert een vermogen van maximaal {socket:type2:output}"
},
"freeform": {
"key": "socket:type2:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2:output=11 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs at most 11 kw A",
"nl": "<b>Type 2</b> (mennekes) levert een vermogen van maximaal 11 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2:output=22 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2</b> (mennekes) outputs at most 22 kw A",
"nl": "<b>Type 2</b> (mennekes) levert een vermogen van maximaal 22 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2~*",
"socket:type2!=0"
]
}
},
{
"id": "voltage-8",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:type2_combo:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> heeft een spanning van {socket:type2_combo:voltage} volt"
},
"freeform": {
"key": "socket:type2_combo:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_combo:voltage=500 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes) outputs 500 volt",
"nl": "<b>Type 2 CCS</b> (mennekes) heeft een spanning van 500 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2_combo:voltage=920 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes) outputs 920 volt",
"nl": "<b>Type 2 CCS</b> (mennekes) heeft een spanning van 920 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
}
},
{
"id": "current-8",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:type2_combo:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> levert een stroom van maximaal {socket:type2_combo:current}A"
},
"freeform": {
"key": "socket:type2_combo:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_combo:current=125 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes) outputs at most 125 A",
"nl": "<b>Type 2 CCS</b> (mennekes) levert een stroom van maximaal 125 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2_combo:current=350 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes) outputs at most 350 A",
"nl": "<b>Type 2 CCS</b> (mennekes) levert een stroom van maximaal 350 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
}
},
{
"id": "power-output-8",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:type2_combo:output}",
"nl": "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> levert een vermogen van maximaal {socket:type2_combo:output}"
},
"freeform": {
"key": "socket:type2_combo:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_combo:output=50 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 CCS</b> (mennekes) outputs at most 50 kw A",
"nl": "<b>Type 2 CCS</b> (mennekes) levert een vermogen van maximaal 50 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
}
},
{
"id": "voltage-9",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs {socket:type2_cable:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> heeft een spanning van {socket:type2_cable:voltage} volt"
},
"freeform": {
"key": "socket:type2_cable:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_cable:voltage=230 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs 230 volt",
"nl": "<b>Type 2 met kabel</b> (J1772) heeft een spanning van 230 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2_cable:voltage=400 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs 400 volt",
"nl": "<b>Type 2 met kabel</b> (J1772) heeft een spanning van 400 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
}
},
{
"id": "current-9",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:type2_cable:current}A",
"nl": "<div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> levert een stroom van maximaal {socket:type2_cable:current}A"
},
"freeform": {
"key": "socket:type2_cable:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_cable:current=16 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs at most 16 A",
"nl": "<b>Type 2 met kabel</b> (J1772) levert een stroom van maximaal 16 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2_cable:current=32 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs at most 32 A",
"nl": "<b>Type 2 met kabel</b> (J1772) levert een stroom van maximaal 32 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
}
},
{
"id": "power-output-9",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:type2_cable:output}",
"nl": "<div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> levert een vermogen van maximaal {socket:type2_cable:output}"
},
"freeform": {
"key": "socket:type2_cable:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:type2_cable:output=11 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs at most 11 kw A",
"nl": "<b>Type 2 met kabel</b> (J1772) levert een vermogen van maximaal 11 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:type2_cable:output=22 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Type 2 with cable</b> (mennekes) outputs at most 22 kw A",
"nl": "<b>Type 2 met kabel</b> (J1772) levert een vermogen van maximaal 22 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
}
},
{
"id": "voltage-10",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:tesla_supercharger_ccs:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> heeft een spanning van {socket:tesla_supercharger_ccs:voltage} volt"
},
"freeform": {
"key": "socket:tesla_supercharger_ccs:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger_ccs:voltage=500 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) heeft een spanning van 500 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_supercharger_ccs:voltage=920 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) heeft een spanning van 920 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
}
},
{
"id": "current-10",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:current}A",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> levert een stroom van maximaal {socket:tesla_supercharger_ccs:current}A"
},
"freeform": {
"key": "socket:tesla_supercharger_ccs:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger_ccs:current=125 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 125 A",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) levert een stroom van maximaal 125 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_supercharger_ccs:current=350 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) levert een stroom van maximaal 350 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
}
},
{
"id": "power-output-10",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:output}",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> levert een vermogen van maximaal {socket:tesla_supercharger_ccs:output}"
},
"freeform": {
"key": "socket:tesla_supercharger_ccs:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_supercharger_ccs:output=50 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kw A",
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) levert een vermogen van maximaal 50 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
}
},
{
"id": "voltage-11",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs {socket:tesla_destination:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> heeft een spanning van {socket:tesla_destination:voltage} volt"
},
"freeform": {
"key": "socket:tesla_destination:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:voltage=480 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs 480 volt",
"nl": "<b>Tesla Supercharger (destination)</b> heeft een spanning van 480 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "current-11",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_destination:current}A",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> levert een stroom van maximaal {socket:tesla_destination:current}A"
},
"freeform": {
"key": "socket:tesla_destination:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:current=125 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs at most 125 A",
"nl": "<b>Tesla Supercharger (destination)</b> levert een stroom van maximaal 125 A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:current=350 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs at most 350 A",
"nl": "<b>Tesla Supercharger (destination)</b> levert een stroom van maximaal 350 A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "power-output-11",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_destination:output}",
"nl": "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> levert een vermogen van maximaal {socket:tesla_destination:output}"
},
"freeform": {
"key": "socket:tesla_destination:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:output=120 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs at most 120 kw A",
"nl": "<b>Tesla Supercharger (destination)</b> levert een vermogen van maximaal 120 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:output=150 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs at most 150 kw A",
"nl": "<b>Tesla Supercharger (destination)</b> levert een vermogen van maximaal 150 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:output=250 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla Supercharger (destination)</b> outputs at most 250 kw A",
"nl": "<b>Tesla Supercharger (destination)</b> levert een vermogen van maximaal 250 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "voltage-12",
"group": "technical",
"question": {
2021-12-10 14:29:12 +01:00
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"render": {
2021-12-10 14:29:12 +01:00
"en": "<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs {socket:tesla_destination:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> heeft een spanning van {socket:tesla_destination:voltage} volt"
},
"freeform": {
"key": "socket:tesla_destination:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:voltage=230 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) heeft een spanning van 230 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:voltage=400 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) heeft een spanning van 400 volt"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "current-12",
"group": "technical",
"question": {
2021-12-10 14:29:12 +01:00
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?"
},
"render": {
2021-12-10 14:29:12 +01:00
"en": "<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:tesla_destination:current}A",
"nl": "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> levert een stroom van maximaal {socket:tesla_destination:current}A"
},
"freeform": {
"key": "socket:tesla_destination:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:current=16 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) levert een stroom van maximaal 16 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:current=32 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) levert een stroom van maximaal 32 A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "power-output-12",
"group": "technical",
"question": {
2021-12-10 14:29:12 +01:00
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?"
},
"render": {
2021-12-10 14:29:12 +01:00
"en": "<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:tesla_destination:output}",
"nl": "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> levert een vermogen van maximaal {socket:tesla_destination:output}"
},
"freeform": {
"key": "socket:tesla_destination:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:tesla_destination:output=11 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kw A",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) levert een vermogen van maximaal 11 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:socket:tesla_destination:output=22 kw",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kw A",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) levert een vermogen van maximaal 22 kw A"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
}
},
{
"id": "voltage-13",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs {socket:USB-A:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> heeft een spanning van {socket:USB-A:voltage} volt"
},
"freeform": {
"key": "socket:USB-A:voltage",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:USB-A:voltage=5 V",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics outputs 5 volt",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden heeft een spanning van 5 volt"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:USB-A~*",
"socket:USB-A!=0"
]
}
},
{
"id": "current-13",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most {socket:USB-A:current}A",
"nl": "<div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> levert een stroom van maximaal {socket:USB-A:current}A"
},
"freeform": {
"key": "socket:USB-A:current",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:USB-A:current=1 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics outputs at most 1 A",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden levert een stroom van maximaal 1 A"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
}
},
{
"if": "socket:socket:USB-A:current=2 A",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics outputs at most 2 A",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden levert een stroom van maximaal 2 A"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:USB-A~*",
"socket:USB-A!=0"
]
}
},
{
"id": "power-output-13",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most {socket:USB-A:output}",
"nl": "<div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> levert een vermogen van maximaal {socket:USB-A:output}"
},
"freeform": {
"key": "socket:USB-A:output",
"type": "pfloat"
},
"mappings": [
{
"if": "socket:socket:USB-A:output=5w",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics outputs at most 5w A",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden levert een vermogen van maximaal 5w A"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
}
},
{
"if": "socket:socket:USB-A:output=10w",
"then": {
2022-02-17 23:58:03 +01:00
"en": "<b>USB</b> to charge phones and small electronics outputs at most 10w A",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden levert een vermogen van maximaal 10w A"
},
"icon": {
"path": "./assets/layers/charging_station/usb_port.svg",
"class": "medium"
}
}
],
"condition": {
"and": [
"socket:USB-A~*",
"socket:USB-A!=0"
]
}
},
{
"id": "voltage-14",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs {socket:bosch_3pin:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> heeft een spanning van {socket:bosch_3pin:voltage} volt"
},
"freeform": {
"key": "socket:bosch_3pin:voltage",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_3pin~*",
"socket:bosch_3pin!=0"
]
}
},
{
"id": "current-14",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs at most {socket:bosch_3pin:current}A",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> levert een stroom van maximaal {socket:bosch_3pin:current}A"
},
"freeform": {
"key": "socket:bosch_3pin:current",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_3pin~*",
"socket:bosch_3pin!=0"
]
}
},
{
"id": "power-output-14",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs at most {socket:bosch_3pin:output}",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> levert een vermogen van maximaal {socket:bosch_3pin:output}"
},
"freeform": {
"key": "socket:bosch_3pin:output",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_3pin~*",
"socket:bosch_3pin!=0"
]
}
},
{
"id": "voltage-15",
"group": "technical",
"question": {
"en": "What voltage do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?",
"nl": "Welke spanning levert de stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs {socket:bosch_5pin:voltage} volt",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> heeft een spanning van {socket:bosch_5pin:voltage} volt"
},
"freeform": {
"key": "socket:bosch_5pin:voltage",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_5pin~*",
"socket:bosch_5pin!=0"
]
}
},
{
"id": "current-15",
"group": "technical",
"question": {
"en": "What current do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?",
"nl": "Welke stroom levert de stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs at most {socket:bosch_5pin:current}A",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> levert een stroom van maximaal {socket:bosch_5pin:current}A"
},
"freeform": {
"key": "socket:bosch_5pin:current",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_5pin~*",
"socket:bosch_5pin!=0"
]
}
},
{
"id": "power-output-15",
"group": "technical",
"question": {
"en": "What power output does a single plug of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?",
"nl": "Welk vermogen levert een enkele stekker van type <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>?"
},
"render": {
"en": "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs at most {socket:bosch_5pin:output}",
"nl": "<div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> levert een vermogen van maximaal {socket:bosch_5pin:output}"
},
"freeform": {
"key": "socket:bosch_5pin:output",
"type": "pfloat"
},
"mappings": [],
"condition": {
"and": [
"socket:bosch_5pin~*",
"socket:bosch_5pin!=0"
]
}
},
2021-11-07 15:44:22 +01:00
{
"id": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
"en": "When is this charging station opened?",
2022-02-18 04:06:43 +01:00
"nl": "Wanneer is dit oplaadpunt beschikbaar??",
"de": "Wann ist diese Ladestation geöffnet?",
"es": "¿Cuándo abre esta estación de carga?"
2021-11-07 15:44:22 +01:00
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7 opened (including holidays)",
2022-02-18 04:06:43 +01:00
"nl": "24/7 open - ook tijdens vakanties",
"de": "durchgehend geöffnet (einschließlich Feiertage)",
"es": "Abre 24/7 (incluidos días festivos)"
2021-11-07 15:44:22 +01:00
}
}
]
},
{
"id": "fee",
"question": {
"en": "Does one have to pay to use this charging station?",
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?"
},
"mappings": [
{
"if": {
"and": [
"fee=no"
]
},
"then": {
"nl": "Gratis te gebruiken",
"en": "Free to use"
},
"hideInAnswer": true
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"fee=no",
"fee:conditional=",
"charge=",
"authentication:none=yes"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"nl": "Gratis te gebruiken (zonder aan te melden)",
"en": "Free to use (without authenticating)"
}
},
2021-10-21 21:41:45 +02:00
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"fee=no",
"fee:conditional=",
"charge=",
"authentication:none=no"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"nl": "Gratis te gebruiken, maar aanmelden met een applicatie is verplicht",
"en": "Free to use, but one has to authenticate"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"fee=yes",
"fee:conditional=no @ customers"
]
},
"then": {
"nl": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/...",
"en": "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station"
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"fee=yes",
"fee:conditional="
]
},
"then": {
"nl": "Betalend",
"en": "Paid use"
}
}
]
},
{
"id": "charge",
"question": {
"en": "How much does one have to pay to use this charging station?",
"nl": "Hoeveel moet men betalen om dit oplaadpunt te gebruiken?"
},
"render": {
"en": "Using this charging station costs <b>{charge}</b>",
"nl": "Dit oplaadpunt gebruiken kost <b>{charge}</b>"
},
"freeform": {
"key": "charge"
},
"condition": "fee=yes"
},
{
"id": "payment-options",
"builtin": "payment-options-advanced",
2021-11-07 15:44:22 +01:00
"override": {
"condition": {
"or": [
"fee=yes",
"charge~*"
]
}
2021-11-07 15:44:22 +01:00
}
},
{
"id": "Authentication",
"#": "In some cases, charging is free but one has to be authenticated. We only ask for authentication if fee is no (or unset). By default one sees the questions for either the payment options or the authentication options, but normally not both",
"question": {
"en": "What kind of authentication is available at the charging station?",
2022-02-18 04:06:43 +01:00
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?",
"fr": "Quelle sorte d'authentification est disponible à cette station de charge ?"
2021-11-07 15:44:22 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": "authentication:membership_card=yes",
"ifnot": "authentication:membership_card=no",
"then": {
"en": "Authentication by a membership card",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden met een lidkaart is mogelijk",
"de": "Authentifizierung per Mitgliedskarte",
"es": "Autenticación mediante tarjeta de membresía",
"fr": "Authentification par carte de membre"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "authentication:app=yes",
"ifnot": "authentication:app=no",
"then": {
"en": "Authentication by an app",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden via een applicatie is mogelijk",
"de": "Authentifizierung per App",
"es": "Autenticación mediante aplicación",
"fr": "Authentification par une app"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "authentication:phone_call=yes",
"ifnot": "authentication:phone_call=no",
"then": {
"en": "Authentication via phone call is available",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk",
"de": "Authentifizierung per Anruf ist möglich",
"es": "Autenticación mediante llamada telefónica disponible",
"fr": "Authentification par appel téléphonique est disponible"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "authentication:short_message=yes",
"ifnot": "authentication:short_message=no",
"then": {
"en": "Authentication via SMS is available",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden via SMS is mogelijk",
"de": "Authentifizierung per SMS ist möglich",
"es": "Autenticación mediante SMS disponible",
"fr": "Authentification par SMS est disponible"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "authentication:nfc=yes",
"ifnot": "authentication:nfc=no",
"then": {
"en": "Authentication via NFC is available",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden via NFC is mogelijk",
"de": "Authentifizierung per NFC ist möglich",
"es": "Autenticación mediante NFC disponible",
"fr": "Authentification par NFC est disponible"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "authentication:money_card=yes",
"ifnot": "authentication:money_card=no",
"then": {
"en": "Authentication via Money Card is available",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden met Money Card is mogelijk",
"de": "Authentifizierung per Geldkarte ist möglich",
"es": "Autenticación mediante Money Card disponible"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "authentication:debit_card=yes",
"ifnot": "authentication:debit_card=no",
"then": {
"en": "Authentication via debit card is available",
2022-02-18 04:06:43 +01:00
"nl": "Aanmelden met een betaalkaart is mogelijk",
"de": "Authentifizierung per Kreditkarte ist möglich",
"es": "Autenticación mediante tarjeta de débito disponible",
"fr": "Authentification par carte de débit est disponible"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "authentication:none=yes",
"ifnot": "authentication:none=no",
"then": {
"en": "Charging here is (also) possible without authentication",
2022-02-18 04:06:43 +01:00
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich",
"fr": "Charger ici est (aussi) possible sans authentification"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
}
2021-11-07 15:44:22 +01:00
],
"condition": {
"or": [
"fee=no",
"fee="
]
}
},
{
"id": "Auth phone",
"render": {
"en": "Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>",
"nl": "Aanmelden door te bellen of te SMS'en naar <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>"
2021-11-07 15:44:22 +01:00
},
"question": {
"en": "What's the phone number for authentication call or SMS?",
"nl": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "authentication:phone_call:number",
"type": "phone"
},
"condition": {
"or": [
"authentication:phone_call=yes",
"authentication:short_message=yes"
]
}
},
{
"id": "maxstay",
"question": {
"en": "What is the maximum amount of time one is allowed to stay here?",
"nl": "Hoelang mag een voertuig hier blijven staan?"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "maxstay"
},
"render": {
"en": "One can stay at most <b>{canonical(maxstay)}</b>",
"nl": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
2021-11-07 15:44:22 +01:00
},
"mappings": [
{
"if": "maxstay=unlimited",
"then": {
"en": "No timelimit on leaving your vehicle here",
"nl": "Geen maximum parkeertijd"
2021-11-07 15:44:22 +01:00
}
}
],
"condition": {
"or": [
"maxstay~*",
"motorcar=yes",
"hgv=yes",
"bus=yes"
]
}
},
{
"id": "Network",
"render": {
"en": "Part of the network <b>{network}</b>",
2022-02-18 04:06:43 +01:00
"nl": "Maakt deel uit van het <b>{network}</b>-netwerk",
"de": "Teil des Netzwerks <b>{network}</b>",
"es": "Parte de la red <b>{network}</b>"
2021-11-07 15:44:22 +01:00
},
"question": {
"en": "Is this charging station part of a network?",
2022-02-18 04:06:43 +01:00
"nl": "Is dit oplaadpunt deel van een groter netwerk?",
"de": "Ist diese Ladestation Teil eines Netzwerks?",
"es": "¿Esta estación de carga forma parte de una red?"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "network"
},
"mappings": [
{
"if": "no:network=yes",
"then": {
2021-11-16 19:04:49 +01:00
"en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business",
2022-02-18 04:06:43 +01:00
"nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt",
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "network=none",
"then": {
"en": "Not part of a bigger network",
2022-02-18 04:06:43 +01:00
"nl": "Maakt geen deel uit van een groter netwerk",
"de": "Nicht Teil eines größeren Netzwerks",
"es": "No forma parte de una red mayor"
2021-11-07 15:44:22 +01:00
},
"hideInAnswer": true
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "network=AeroVironment",
"then": "AeroVironment"
2021-10-26 01:52:41 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": "network=Blink",
"then": "Blink"
},
{
2021-11-16 19:04:49 +01:00
"if": "network=EVgo",
"then": "EVgo",
"addExtraTags": [
"brand:wikidata=Q61803820"
]
},
{
"if": "network=Allego",
"then": "Allego",
"addExtraTags": [
"brand:wikidata=Q75560554"
]
},
{
"if": "network=Blue Corner",
"then": "Blue Corner",
"addExtraTags": [
"brand:wikidata=Q106902344"
]
},
{
"if": "network=Tesla",
"then": "Tesla",
"addExtraTags": [
"brand:wikidata=Q478214"
]
2021-10-26 01:52:41 +02:00
}
2021-11-07 15:44:22 +01:00
]
},
{
"id": "Operator",
"question": {
"en": "Who is the operator of this charging station?",
2022-02-18 04:06:43 +01:00
"nl": "Wie beheert dit oplaadpunt?",
"de": "Wer ist der Betreiber dieser Ladestation?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "This charging station is operated by {operator}",
2022-02-18 04:06:43 +01:00
"nl": "Wordt beheerd door {operator}",
"de": "Diese Ladestation wird betrieben von {operator}"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": {
"and": [
"network:={operator}"
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"en": "Actually, {operator} is the network",
2022-02-18 04:06:43 +01:00
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt",
"de": "Eigentlich ist {operator} das Netzwerk"
2021-11-07 15:44:22 +01:00
},
"addExtraTags": [
"operator="
],
"hideInAnswer": "operator="
}
2021-11-16 19:04:49 +01:00
],
"condition": "network="
2021-11-07 15:44:22 +01:00
},
{
"id": "phone",
"question": {
"en": "What number can one call if there is a problem with this charging station?",
"nl": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "In case of problems, call <a href='tel:{phone}'>{phone}</a>",
"nl": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "phone",
"type": "phone"
}
},
{
"id": "email",
"question": {
"en": "What is the email address of the operator?",
"nl": "Wat is het email-adres van de operator?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "In case of problems, send an email to <a href='mailto:{email}'>{email}</a>",
"nl": "Bij problemen, email naar <a href='mailto:{email}'>{email}</a>"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "email",
"type": "email"
}
},
{
"id": "website",
"question": {
"en": "What is the website where one can find more information about this charging station?",
"nl": "Wat is de website waar men meer info kan vinden over dit oplaadpunt?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "More info on <a href='{website}'>{website}</a>",
"nl": "Meer informatie op <a href='{website}'>{website}</a>"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "website",
"type": "url"
}
},
"level",
{
"id": "ref",
"question": {
"en": "What is the reference number of this charging station?",
"nl": "Wat is het referentienummer van dit oplaadstation?"
2021-11-07 15:44:22 +01:00
},
"render": {
"en": "Reference number is <b>{ref}</b>",
"nl": "Het referentienummer van dit oplaadpunt is <b>{ref}</b>"
2021-11-07 15:44:22 +01:00
},
"freeform": {
"key": "ref"
},
"#": "Only asked if part of a bigger network. Small operators typically don't have a reference number",
"condition": "network!="
},
{
"id": "Operational status",
"question": {
"en": "Is this charging point in use?",
2022-02-18 04:06:43 +01:00
"nl": "Is dit oplaadpunt operationeel?",
"de": "Ist dieser Ladepunkt in Betrieb?"
2021-11-07 15:44:22 +01:00
},
"mappings": [
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=",
"operational_status=",
2021-11-07 15:44:22 +01:00
"amenity=charging_station"
]
},
"then": {
"en": "This charging station works",
2022-02-18 04:06:43 +01:00
"nl": "Dit oplaadpunt werkt",
"de": "Diese Ladestation ist betriebsbereit"
2021-11-07 15:44:22 +01:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"planned:amenity=",
2021-11-07 15:44:22 +01:00
"construction:amenity=",
"disused:amenity=",
"operational_status=broken",
"amenity=charging_station"
2021-10-21 21:41:45 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"en": "This charging station is broken",
2022-02-18 04:06:43 +01:00
"nl": "Dit oplaadpunt is kapot",
"de": "Diese Ladestation ist defekt"
2021-11-07 15:44:22 +01:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-11-07 15:44:22 +01:00
"if": {
"and": [
"planned:amenity=charging_station",
"construction:amenity=",
2021-11-07 15:44:22 +01:00
"disused:amenity=",
"operational_status=",
"amenity="
2021-10-26 01:52:41 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"en": "A charging station is planned here",
2022-02-18 04:06:43 +01:00
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
"de": "Hier ist eine Ladestation geplant"
2021-11-07 15:44:22 +01:00
}
},
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=charging_station",
"disused:amenity=",
2021-11-07 15:44:22 +01:00
"operational_status=",
"amenity="
]
},
"then": {
"en": "A charging station is constructed here",
2022-02-18 04:06:43 +01:00
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd",
"de": "Hier wird eine Ladestation errichtet"
2021-11-07 15:44:22 +01:00
}
},
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=charging_station",
2021-11-07 15:44:22 +01:00
"operational_status=",
"amenity="
2021-10-28 00:32:47 +02:00
]
2021-11-07 15:44:22 +01:00
},
"then": {
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
2022-02-18 04:06:43 +01:00
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
"de": "Diese Ladestation wurde dauerhaft geschlossen und wird nicht mehr benutzt, ist aber noch sichtbar"
2021-11-07 15:44:22 +01:00
}
}
]
},
{
"id": "Parking:fee",
"question": {
"en": "Does one have to pay a parking fee while charging?",
2022-02-18 04:06:43 +01:00
"nl": "Moet men parkeergeld betalen tijdens het opladen?",
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?"
2021-11-07 15:44:22 +01:00
},
"mappings": [
{
"if": "parking:fee=no",
"then": {
"en": "No additional parking cost while charging",
2022-02-18 04:06:43 +01:00
"nl": "Geen extra parkeerkost tijdens het opladen",
"de": "Keine zusätzlichen Parkkosten während des Ladens"
2021-11-07 15:44:22 +01:00
}
},
{
"if": "parking:fee=yes",
"then": {
"en": "An additional parking fee should be paid while charging",
2022-02-18 04:06:43 +01:00
"nl": "Tijdens het opladen moet er parkeergeld betaald worden",
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten"
2021-11-07 15:44:22 +01:00
}
}
],
"condition": {
"or": [
"motor_vehicle=yes",
"hgv=yes",
"bus=yes",
"bicycle=no",
"bicycle="
]
}
},
{
"id": "questions"
},
{
"id": "questions",
"group": "technical",
"render": {
"en": "<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions}",
"nl": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions}"
}
2021-11-07 15:44:22 +01:00
}
],
2021-11-07 16:43:29 +01:00
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "pin:#fff;./assets/themes/charging_stations/plug.svg",
"mappings": [
{
"if": "bicycle=yes",
"then": "pin:#fff;./assets/themes/charging_stations/bicycle.svg"
},
{
"if": {
"or": [
"car=yes",
"motorcar=yes"
]
},
"then": "pin:#fff;./assets/themes/charging_stations/car.svg"
}
]
},
"iconBadges": [
{
"if": {
"or": [
"disused:amenity=charging_station",
"operational_status=broken"
]
},
"then": "cross:#c22;"
},
{
"if": {
"or": [
"proposed:amenity=charging_station",
"planned:amenity=charging_station"
]
},
"then": "./assets/layers/charging_station/under_construction.svg"
},
{
"if": {
"and": [
"bicycle=yes",
{
"or": [
"motorcar=yes",
"car=yes"
]
}
]
},
"then": "circle:#fff;./assets/themes/charging_stations/car.svg"
}
],
"iconSize": {
"render": "50,50,bottom"
}
}
],
2021-11-07 15:44:22 +01:00
"presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes",
"socket:typee=1"
],
"title": {
2022-02-17 23:58:03 +01:00
"en": "charging station for electrical bikes with a normal european wall plug <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (meant to charge electrical bikes)",
"nl": "oplaadpunt voor elektrische fietsen"
2021-11-07 15:44:22 +01:00
},
"preciseInput": {
"preferredBackground": "map"
}
},
{
"tags": [
"amenity=charging_station",
"motorcar=yes",
"bicycle=no"
],
"title": {
"en": "charging station for cars",
2022-02-18 04:06:43 +01:00
"nl": "oplaadstation voor elektrische auto's",
"de": "Ladestation für e-bikes"
2021-11-07 15:44:22 +01:00
},
"preciseInput": {
"preferredBackground": "map"
}
}
],
"filter": [
{
"id": "vehicle-type",
"options": [
{
"question": {
"en": "All vehicle types",
2022-02-18 04:06:43 +01:00
"nl": "Alle voertuigen",
"de": "Alle Fahrzeugtypen",
"fr": "Tout type de véhicule"
2021-11-07 15:44:22 +01:00
}
},
2021-10-26 01:52:41 +02:00
{
2021-11-07 15:44:22 +01:00
"question": {
"en": "Charging station for bicycles",
2022-02-18 04:06:43 +01:00
"nl": "Oplaadpunten voor fietsen",
"de": "Ladestation für Fahrräder",
"fr": "Station de charge pour vélos"
2021-11-07 15:44:22 +01:00
},
"osmTags": "bicycle=yes"
},
{
"question": {
"en": "Charging station for cars",
2022-02-18 04:06:43 +01:00
"nl": "Oplaadpunten voor auto's",
"de": "Ladestation für Autos",
"fr": "Station de charge pour automobiles"
2021-11-07 15:44:22 +01:00
},
"osmTags": {
"or": [
"car=yes",
"motorcar=yes"
]
}
2021-10-26 01:52:41 +02:00
}
2021-11-07 15:44:22 +01:00
]
2021-10-26 01:27:35 +02:00
},
2021-11-07 15:44:22 +01:00
{
"id": "working",
"options": [
{
"question": {
"en": "Only working charging stations",
2022-02-18 04:06:43 +01:00
"nl": "Enkel werkende oplaadpunten",
"de": "Nur funktionierende Ladestationen"
2021-11-07 15:44:22 +01:00
},
"osmTags": {
2021-10-26 01:52:41 +02:00
"and": [
2021-11-07 15:44:22 +01:00
"operational_status!=broken",
"amenity=charging_station"
]
2021-11-07 15:44:22 +01:00
}
}
]
},
{
"id": "connection_type",
"options": [
{
"question": {
"en": "All connectors",
2022-02-18 04:06:43 +01:00
"nl": "Alle types",
"de": "Alle Anschlüsse"
2021-11-07 15:44:22 +01:00
}
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:schuko~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>"
},
"osmTags": "socket:typee~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> Stecker"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:chademo~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 1 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 </b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> Stecker mit Kabel"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:type1_cable~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 (J1772) <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> Stecker <i>ohne</i> Kabel</b>"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:type1~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 CCS <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker, auch bekannt als Typ 1 Combo</b>"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:type1_combo~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector",
2022-02-18 04:06:43 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>",
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Stecker"
2021-11-07 15:44:22 +01:00
},
"osmTags": "socket:tesla_supercharger~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>"
},
"osmTags": "socket:type2~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"osmTags": "socket:type2_combo~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"osmTags": "socket:type2_cable~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
},
"osmTags": "socket:tesla_supercharger_ccs~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
},
"osmTags": "socket:tesla_destination~*"
},
{
"question": {
2021-12-10 14:29:12 +01:00
"en": "Has a <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector",
2021-11-07 15:44:22 +01:00
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"osmTags": "socket:tesla_destination~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>USB</b> om GSMs en kleine electronica op te laden</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
},
"osmTags": "socket:USB-A~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
},
"osmTags": "socket:bosch_3pin~*"
},
{
"question": {
"en": "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
},
"osmTags": "socket:bosch_5pin~*"
}
]
}
],
"units": [
{
"appliesToKey": [
"maxstay"
],
"applicableUnits": [
{
"canonicalDenomination": "minutes",
"canonicalDenominationSingular": "minute",
"alternativeDenomination": [
"m",
"min",
"mins",
"minuten",
"mns"
],
"human": {
"en": " minutes",
2022-02-18 04:06:43 +01:00
"nl": " minuten",
"ru": " минут"
2021-11-07 15:44:22 +01:00
},
"humanSingular": {
"en": " minute",
2022-02-18 04:06:43 +01:00
"nl": " minuut",
"ru": " минута"
2021-11-07 15:44:22 +01:00
}
},
{
"canonicalDenomination": "hours",
"canonicalDenominationSingular": "hour",
"alternativeDenomination": [
"h",
"hrs",
"hours",
"u",
"uur",
"uren"
],
"human": {
"en": " hours",
2022-02-18 04:06:43 +01:00
"nl": " uren",
"ru": " часов"
2021-11-07 15:44:22 +01:00
},
"humanSingular": {
"en": " hour",
2022-02-18 04:06:43 +01:00
"nl": " uur",
"ru": " час"
2021-11-07 15:44:22 +01:00
}
2021-10-26 01:52:41 +02:00
},
2021-11-07 15:44:22 +01:00
{
"canonicalDenomination": "days",
"canonicalDenominationSingular": "day",
"alternativeDenomination": [
"dys",
"dagen",
"dag"
],
"human": {
"en": " days",
2022-02-18 04:06:43 +01:00
"nl": " day",
"ru": " дней"
2021-11-07 15:44:22 +01:00
},
"humanSingular": {
"en": " day",
2022-02-18 04:06:43 +01:00
"nl": " dag",
"ru": " день"
2021-11-07 15:44:22 +01:00
}
}
]
},
{
"appliesToKey": [
"socket:schuko:voltage",
"socket:typee:voltage",
"socket:chademo:voltage",
"socket:type1_cable:voltage",
"socket:type1:voltage",
"socket:type1_combo:voltage",
"socket:tesla_supercharger:voltage",
"socket:type2:voltage",
"socket:type2_combo:voltage",
"socket:type2_cable:voltage",
"socket:tesla_supercharger_ccs:voltage",
"socket:tesla_destination:voltage",
"socket:tesla_destination:voltage",
"socket:USB-A:voltage",
"socket:bosch_3pin:voltage",
"socket:bosch_5pin:voltage"
],
"applicableUnits": [
{
"canonicalDenomination": "V",
"alternativeDenomination": [
"v",
"volt",
"voltage",
"V",
"Volt"
],
"human": {
"en": "Volts",
2022-02-18 04:06:43 +01:00
"nl": "volt",
"ru": "Вольт"
2021-11-07 15:44:22 +01:00
}
}
],
"eraseInvalidValues": true
},
{
"appliesToKey": [
"socket:schuko:current",
"socket:typee:current",
"socket:chademo:current",
"socket:type1_cable:current",
"socket:type1:current",
"socket:type1_combo:current",
"socket:tesla_supercharger:current",
"socket:type2:current",
"socket:type2_combo:current",
"socket:type2_cable:current",
"socket:tesla_supercharger_ccs:current",
"socket:tesla_destination:current",
"socket:tesla_destination:current",
"socket:USB-A:current",
"socket:bosch_3pin:current",
"socket:bosch_5pin:current"
],
"applicableUnits": [
{
"canonicalDenomination": "A",
"alternativeDenomination": [
"a",
"amp",
"amperage",
"A"
],
"human": {
"en": "A",
"nl": "A"
}
}
],
"eraseInvalidValues": true
2021-10-26 22:53:27 +02:00
},
2021-11-07 15:44:22 +01:00
{
"appliesToKey": [
"socket:schuko:output",
"socket:typee:output",
"socket:chademo:output",
"socket:type1_cable:output",
"socket:type1:output",
"socket:type1_combo:output",
"socket:tesla_supercharger:output",
"socket:type2:output",
"socket:type2_combo:output",
"socket:type2_cable:output",
"socket:tesla_supercharger_ccs:output",
"socket:tesla_destination:output",
"socket:tesla_destination:output",
"socket:USB-A:output",
"socket:bosch_3pin:output",
"socket:bosch_5pin:output"
],
"applicableUnits": [
{
"canonicalDenomination": "kW",
"alternativeDenomination": [
"kilowatt"
],
"human": {
"en": "kilowatt",
2022-02-18 04:06:43 +01:00
"nl": "kilowatt",
"ru": "киловатт"
2021-11-07 15:44:22 +01:00
}
},
{
"canonicalDenomination": "mW",
"alternativeDenomination": [
"megawatt"
],
"human": {
"en": "megawatt",
2022-02-18 04:06:43 +01:00
"nl": "megawatt",
"ru": "мегаватт"
2021-11-07 15:44:22 +01:00
}
}
],
"eraseInvalidValues": true
}
],
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
},
"deletion": {
"softDeletionTags": {
"and": [
"amenity=",
"disused:amenity=charging_station"
]
},
"neededChangesets": 10
2021-11-07 16:43:29 +01:00
}
}