mapcomplete/assets/layers/charging_station/charging_station.json

2196 lines
106 KiB
JSON
Raw Normal View History

{
2021-10-28 00:32:47 +02:00
"id": "charging_station",
"name": {
"en": "Charging stations",
"nl": "Oplaadpunten"
2021-10-21 21:41:45 +02:00
},
2021-10-28 00:32:47 +02:00
"minzoom": 10,
"source": {
"osmTags": {
2021-10-21 01:26:20 +02:00
"or": [
2021-10-28 00:32:47 +02:00
"amenity=charging_station",
"disused:amenity=charging_station",
"planned:amenity=charging_station",
"construction:amenity=charging_station"
]
2021-10-21 01:26:20 +02:00
}
},
2021-10-28 00:32:47 +02:00
"title": {
"render": {
"en": "Charging station",
"nl": "Oplaadpunten"
}
2021-10-21 21:41:45 +02:00
},
2021-10-28 00:32:47 +02:00
"description": {
"en": "A charging station",
2021-11-07 15:31:55 +01:00
"nl": "Oplaadpunten",
"de": "Eine Ladestation"
2021-10-28 00:32:47 +02:00
},
"tagRenderings": [
"images",
{
"id": "Type",
"#": "Allowed vehicle types",
"question": {
"en": "Which vehicles are allowed to charge here?",
2021-11-07 15:31:55 +01:00
"nl": "Welke voertuigen kunnen hier opgeladen worden?"
2021-10-28 00:32:47 +02:00
},
"multiAnswer": true,
"mappings": [
{
"if": "bicycle=yes",
"ifnot": "bicycle=no",
"then": {
2021-11-04 21:57:10 +01:00
"en": "<b>Bcycles</b> can be charged here",
2021-11-07 15:31:55 +01:00
"nl": "<b>Fietsen</b> kunnen hier opgeladen worden"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "motorcar=yes",
"ifnot": "motorcar=no",
"then": {
"en": "<b>Cars</b> can be charged here",
2021-11-07 15:31:55 +01:00
"nl": "<b>Elektrische auto's</b> kunnen hier opgeladen worden"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "scooter=yes",
"ifnot": "scooter=no",
"then": {
"en": "<b>Scooters</b> can be charged here",
2021-11-07 15:31:55 +01:00
"nl": "<b>Electrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "hgv=yes",
"ifnot": "hgv=no",
"then": {
"en": "<b>Heavy good vehicles</b> (such as trucks) can be charged here",
2021-11-07 15:31:55 +01:00
"nl": "<b>Vrachtwagens</b> kunnen hier opgeladen worden"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "bus=yes",
"ifnot": "bus=no",
"then": {
"en": "<b>Buses</b> can be charged here",
2021-11-07 15:31:55 +01:00
"nl": "<b>Bussen</b> kunnen hier opgeladen worden"
2021-10-28 00:32:47 +02:00
}
}
2021-10-26 01:52:41 +02:00
]
},
{
2021-10-28 00:32:47 +02:00
"id": "access",
"question": {
"en": "Who is allowed to use this charging station?",
2021-11-07 15:31:55 +01:00
"nl": "Wie mag er dit oplaadpunt gebruiken?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "Access is {access}",
2021-11-07 15:31:55 +01:00
"nl": "Toegang voor {access}"
2021-10-28 00:32:47 +02: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": {
"or": [
"access=permissive",
"access=public"
]
},
"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>",
2021-11-04 21:57:10 +01:00
"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>"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
2021-11-04 21:57:10 +01:00
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> "
2021-10-28 00:32:47 +02:00
}
}
2021-10-26 01:52:41 +02:00
]
},
{
2021-10-28 00:32:47 +02:00
"id": "capacity",
"render": {
"en": "{capacity} vehicles can be charged here at the same time",
2021-11-07 15:31:55 +01:00
"nl": "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden"
2021-10-28 00:32:47 +02:00
},
"question": {
"en": "How much vehicles can be charged here at the same time?",
2021-11-07 15:31:55 +01:00
"nl": "Hoeveel voertuigen kunnen hier opgeladen worden?"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "capacity",
"type": "pnat"
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "Available_charging_stations (generated)",
"question": {
2021-11-04 21:57:10 +01:00
"en": "Which charging connections are available here?",
2021-11-07 15:31:55 +01:00
"nl": "Welke aansluitingen zijn hier beschikbaar?"
2021-10-28 00:32:47 +02:00
},
"multiAnswer": true,
"mappings": [
{
"if": "socket:schuko=1",
"ifnot": "socket:schuko=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</span></div>"
},
"hideInAnswer": {
"or": [
"_country!=be",
"_country!=fr",
"_country!=ma",
"_country!=tn",
"_country!=pl",
"_country!=cs",
"_country!=sk",
"_country!=mo"
]
}
},
{
"if": {
"and": [
"socket:schuko~*",
"socket:schuko!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</span></div>"
},
"hideInAnswer": true
},
{
"if": "socket:typee=1",
"ifnot": "socket:typee=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</span></div>"
}
},
{
"if": {
"and": [
"socket:typee~*",
"socket:typee!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>Europese stekker</b> met aardingspin (CEE7/4 type E)</span></div>"
},
"hideInAnswer": true
},
{
"if": "socket:chademo=1",
"ifnot": "socket:chademo=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:chademo~*",
"socket:chademo!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type1_cable=1",
"ifnot": "socket:type1_cable=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 met kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type1_cable~*",
"socket:type1_cable!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 met kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type1=1",
"ifnot": "socket:type1=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>zonder</i> kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type1~*",
"socket:type1!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>zonder</i> kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type1_combo=1",
"ifnot": "socket:type1_combo=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type1_combo~*",
"socket:type1_combo!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:tesla_supercharger=1",
"ifnot": "socket:tesla_supercharger=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type2=1",
"ifnot": "socket:type2=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type2~*",
"socket:type2!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type2_combo=1",
"ifnot": "socket:type2_combo=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type2_combo~*",
"socket:type2_combo!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:type2_cable=1",
"ifnot": "socket:type2_cable=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 met kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:type2_cable~*",
"socket:type2_cable!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 met kabel</b> (J1772)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:tesla_supercharger_ccs=1",
"ifnot": "socket:tesla_supercharger_ccs=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:tesla_destination=1",
"ifnot": "socket:tesla_destination=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"or": [
"_country!=us"
]
}
]
}
},
{
"if": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>"
},
"hideInAnswer": true
},
{
"if": "socket:tesla_destination=1",
"ifnot": "socket:tesla_destination=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</span></div>"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"or": [
"_country=us"
]
}
]
}
},
{
"if": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)</span></div>"
},
"hideInAnswer": true
},
{
"if": "socket:USB-A=1",
"ifnot": "socket:USB-A=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> om GSMs en kleine electronica op te laden</span></div>"
2021-10-28 00:32:47 +02:00
}
},
{
"if": {
"and": [
"socket:USB-A~*",
"socket:USB-A!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> om GSMs en kleine electronica op te laden</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "socket:bosch_3pin=1",
"ifnot": "socket:bosch_3pin=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</span></div>"
},
"hideInAnswer": {
"or": [
{
"and": [
"bicycle=no"
]
},
{
"and": [
{
"or": [
"car=yes",
"motorcar=yes",
"hgv=yes",
"bus=yes"
]
},
"bicycle!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:bosch_3pin~*",
"socket:bosch_3pin!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>",
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</span></div>"
},
"hideInAnswer": true
},
{
"if": "socket:bosch_5pin=1",
"ifnot": "socket:bosch_5pin=",
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": {
"or": [
{
"and": [
"bicycle=no"
]
},
{
"and": [
{
"or": [
"car=yes",
"motorcar=yes",
"hgv=yes",
"bus=yes"
]
},
"bicycle!=yes"
]
}
]
}
},
{
"if": {
"and": [
"socket:bosch_5pin~*",
"socket:bosch_5pin!=1"
]
},
"then": {
"en": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>",
2021-11-07 15:31:55 +01:00
"nl": "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</span></div>"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
}
2021-10-26 01:52:41 +02:00
]
},
{
2021-10-28 00:32:47 +02: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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:schuko~*",
"socket:schuko!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:typee~*",
"socket:typee!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:chademo~*",
"socket:chademo!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type1_cable~*",
"socket:type1_cable!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type1~*",
"socket:type1!=0"
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
2021-10-21 21:41:45 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type2~*",
"socket:type2!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type2_combo~*",
"socket:type2_combo!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
},
{
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:type2_cable~*",
"socket:type2_cable!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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"
]
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
},
{
"id": "plugs-12",
"question": {
"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?",
"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": {
"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",
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
2021-10-28 00:32:47 +02:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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"
]
}
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:bosch_3pin~*",
"socket:bosch_3pin!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
},
{
"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": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"socket:bosch_5pin~*",
"socket:bosch_5pin!=0"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
"en": "When is this charging station opened?",
2021-11-07 15:31:55 +01:00
"nl": "Wanneer is dit oplaadpunt beschikbaar??"
2021-10-28 00:32:47 +02:00
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7 opened (including holidays)",
2021-11-07 15:31:55 +01:00
"nl": "24/7 open - ook tijdens vakanties"
2021-10-28 00:32:47 +02:00
}
}
2021-10-26 01:52:41 +02:00
]
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02: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
},
{
"if": {
"and": [
"fee=no",
"fee:conditional=",
"charge=",
"authentication:none=yes"
]
},
"then": {
"nl": "Gratis te gebruiken (zonder aan te melden)",
"en": "Free to use (without authenticating)"
}
},
{
"if": {
"and": [
"fee=no",
"fee:conditional=",
"charge=",
"authentication:none=no"
]
},
"then": {
"nl": "Gratis te gebruiken, maar aanmelden met een applicatie is verplicht",
"en": "Free to use, but one has to authenticate"
}
},
{
"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"
}
},
{
"if": {
"and": [
"fee=yes",
"fee:conditional="
]
},
"then": {
"nl": "Betalend",
"en": "Paid use"
}
}
]
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"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"
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "payment-options",
"builtin": "payment-options",
"override": {
"condition": {
2021-10-26 01:52:41 +02:00
"or": [
2021-10-28 00:32:47 +02:00
"fee=yes",
"charge~*"
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
},
"mappings+": [
{
"if": "payment:app=yes",
"ifnot": "payment:app=no",
"then": {
"en": "Payment is done using a dedicated app",
2021-11-07 15:31:55 +01:00
"nl": "Betalen via een app van het netwerk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "payment:membership_card=yes",
"ifnot": "payment:membership_card=no",
"then": {
"en": "Payment is done using a membership card",
2021-11-07 15:31:55 +01:00
"nl": "Betalen via een lidkaart van het netwerk"
2021-10-28 00:32:47 +02:00
}
}
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02: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?",
2021-11-07 15:31:55 +01:00
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?"
2021-10-28 00:32:47 +02:00
},
"multiAnswer": true,
"mappings": [
{
"if": "authentication:membership_card=yes",
"ifnot": "authentication:membership_card=no",
"then": {
"en": "Authentication by a membership card",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden met een lidkaart is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:app=yes",
"ifnot": "authentication:app=no",
"then": {
"en": "Authentication by an app",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden via een applicatie is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:phone_call=yes",
"ifnot": "authentication:phone_call=no",
"then": {
"en": "Authentication via phone call is available",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:short_message=yes",
"ifnot": "authentication:short_message=no",
"then": {
2021-11-04 21:57:10 +01:00
"en": "Authentication via SMS is available",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden via SMS is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:nfc=yes",
"ifnot": "authentication:nfc=no",
"then": {
"en": "Authentication via NFC is available",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden via NFC is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:money_card=yes",
"ifnot": "authentication:money_card=no",
"then": {
"en": "Authentication via Money Card is available",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden met Money Card is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:debit_card=yes",
"ifnot": "authentication:debit_card=no",
"then": {
"en": "Authentication via debit card is available",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden met een betaalkaart is mogelijk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "authentication:none=yes",
"ifnot": "authentication:none=no",
"then": {
"en": "Charging here is (also) possible without authentication",
2021-11-07 15:31:55 +01:00
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden"
2021-10-28 00:32:47 +02:00
}
}
],
"condition": {
"or": [
"fee=no",
"fee="
2021-10-26 01:52:41 +02:00
]
2021-10-28 00:32:47 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "Auth phone",
"render": {
"en": "Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>",
2021-11-07 15:31:55 +01:00
"nl": "Aanmelden door te bellen of te SMS'en naar <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>"
2021-10-28 00:32:47 +02:00
},
"question": {
"en": "What's the phone number for authentication call or SMS?",
2021-11-07 15:31:55 +01:00
"nl": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "authentication:phone_call:number",
"type": "phone"
},
"condition": {
"or": [
"authentication:phone_call=yes",
"authentication:short_message=yes"
]
}
},
{
2021-10-28 00:32:47 +02:00
"id": "maxstay",
"question": {
"en": "What is the maximum amount of time one is allowed to stay here?",
2021-11-07 15:31:55 +01:00
"nl": "Hoelang mag een voertuig hier blijven staan?"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "maxstay"
},
"render": {
"en": "One can stay at most <b>{canonical(maxstay)}</b>",
2021-11-07 15:31:55 +01:00
"nl": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
2021-10-28 00:32:47 +02:00
},
"mappings": [
{
"if": "maxstay=unlimited",
"then": {
"en": "No timelimit on leaving your vehicle here",
2021-11-07 15:31:55 +01:00
"nl": "Geen maximum parkeertijd"
2021-10-28 00:32:47 +02:00
}
}
],
"condition": {
"or": [
"maxstay~*",
"motorcar=yes",
"hgv=yes",
"bus=yes"
]
}
},
{
2021-10-28 00:32:47 +02:00
"id": "Network",
"render": {
"en": "Part of the network <b>{network}</b>",
2021-11-07 15:31:55 +01:00
"nl": "Maakt deel uit van het <b>{network}</b>-netwerk"
2021-10-28 00:32:47 +02:00
},
"question": {
"en": "Is this charging station part of a network?",
2021-11-07 15:31:55 +01:00
"nl": "Is dit oplaadpunt deel van een groter netwerk?"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "network"
},
"mappings": [
{
"if": "no:network=yes",
"then": {
"en": "Not part of a bigger network",
2021-11-07 15:31:55 +01:00
"nl": "Maakt geen deel uit van een groter netwerk"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "network=none",
"then": {
"en": "Not part of a bigger network",
2021-11-07 15:31:55 +01:00
"nl": "Maakt geen deel uit van een groter netwerk"
2021-10-28 00:32:47 +02:00
},
"hideInAnswer": true
},
{
"if": "network=AeroVironment",
"then": "AeroVironment"
},
{
"if": "network=Blink",
"then": "Blink"
},
{
"if": "network=eVgo",
"then": "eVgo"
}
2021-10-26 01:52:41 +02:00
]
},
2021-10-21 21:41:45 +02:00
{
2021-10-28 00:32:47 +02:00
"id": "Operator",
"question": {
"en": "Who is the operator of this charging station?",
2021-11-07 15:31:55 +01:00
"nl": "Wie beheert dit oplaadpunt?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "This charging station is operated by {operator}",
2021-11-07 15:31:55 +01:00
"nl": "Wordt beheerd door {operator}"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": {
"and": [
"network:={operator}"
]
},
"then": {
"en": "Actually, {operator} is the network",
2021-11-07 15:31:55 +01:00
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt"
2021-10-28 00:32:47 +02:00
},
2021-11-07 15:31:55 +01:00
"addExtraTags": [
"operator="
],
2021-10-28 00:32:47 +02:00
"hideInAnswer": "operator="
}
2021-10-26 01:52:41 +02:00
]
},
{
2021-10-28 00:32:47 +02:00
"id": "phone",
"question": {
"en": "What number can one call if there is a problem with this charging station?",
2021-11-07 15:31:55 +01:00
"nl": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "In case of problems, call <a href='tel:{phone}'>{phone}</a>",
2021-11-07 15:31:55 +01:00
"nl": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "phone",
"type": "phone"
2021-10-21 21:41:45 +02:00
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "email",
"question": {
"en": "What is the email address of the operator?",
2021-11-07 15:31:55 +01:00
"nl": "Wat is het email-adres van de operator?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "In case of problems, send an email to <a href='mailto:{email}'>{email}</a>",
2021-11-07 15:31:55 +01:00
"nl": "Bij problemen, email naar <a href='mailto:{email}'>{email}</a>"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "email",
"type": "email"
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "website",
"question": {
2021-11-04 21:57:10 +01:00
"en": "What is the website where one can find more information about this charging station?",
2021-11-07 15:31:55 +01:00
"nl": "Wat is de website waar men meer info kan vinden over dit oplaadpunt?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "More info on <a href='{website}'>{website}</a>",
2021-11-07 15:31:55 +01:00
"nl": "Meer informatie op <a href='{website}'>{website}</a>"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "website",
"type": "url"
}
2021-10-26 01:52:41 +02:00
},
2021-10-28 00:32:47 +02:00
"level",
2021-10-26 01:52:41 +02:00
{
2021-10-28 00:32:47 +02:00
"id": "ref",
"question": {
"en": "What is the reference number of this charging station?",
2021-11-07 15:31:55 +01:00
"nl": "Wat is het referentienummer van dit oplaadstation?"
2021-10-28 00:32:47 +02:00
},
"render": {
"en": "Reference number is <b>{ref}</b>",
2021-11-07 15:31:55 +01:00
"nl": "Het referentienummer van dit oplaadpunt is <b>{ref}</b>"
2021-10-28 00:32:47 +02:00
},
"freeform": {
"key": "ref"
},
"#": "Only asked if part of a bigger network. Small operators typically don't have a reference number",
"condition": "network!="
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "Operational status",
"question": {
"en": "Is this charging point in use?",
2021-11-07 15:31:55 +01:00
"nl": "Is dit oplaadpunt operationeel?"
2021-10-28 00:32:47 +02:00
},
"mappings": [
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=",
2021-11-04 21:57:10 +01:00
"operational_status=",
2021-10-28 00:32:47 +02:00
"amenity=charging_station"
]
},
"then": {
"en": "This charging station works",
2021-11-07 15:31:55 +01:00
"nl": "Dit oplaadpunt werkt"
2021-10-28 00:32:47 +02:00
}
},
{
"if": {
"and": [
2021-11-04 21:57:10 +01:00
"planned:amenity=",
2021-10-28 00:32:47 +02:00
"construction:amenity=",
"disused:amenity=",
2021-11-04 21:57:10 +01:00
"operational_status=broken",
"amenity=charging_station"
2021-10-28 00:32:47 +02:00
]
},
"then": {
"en": "This charging station is broken",
2021-11-07 15:31:55 +01:00
"nl": "Dit oplaadpunt is kapot"
2021-10-28 00:32:47 +02:00
}
},
{
"if": {
"and": [
2021-11-04 21:57:10 +01:00
"planned:amenity=charging_station",
"construction:amenity=",
2021-10-28 00:32:47 +02:00
"disused:amenity=",
"operational_status=",
"amenity="
]
},
"then": {
"en": "A charging station is planned here",
2021-11-07 15:31:55 +01:00
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden"
2021-10-28 00:32:47 +02:00
}
},
{
"if": {
"and": [
"planned:amenity=",
2021-11-04 21:57:10 +01:00
"construction:amenity=charging_station",
"disused:amenity=",
2021-10-28 00:32:47 +02:00
"operational_status=",
"amenity="
]
},
"then": {
"en": "A charging station is constructed here",
2021-11-07 15:31:55 +01:00
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd"
2021-10-28 00:32:47 +02:00
}
},
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
2021-11-04 21:57:10 +01:00
"disused:amenity=charging_station",
2021-10-28 00:32:47 +02:00
"operational_status=",
2021-11-04 21:57:10 +01:00
"amenity="
2021-10-28 00:32:47 +02:00
]
},
"then": {
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
2021-11-07 15:31:55 +01:00
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
2021-10-28 00:32:47 +02:00
}
}
]
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "Parking:fee",
"question": {
"en": "Does one have to pay a parking fee while charging?",
2021-11-07 15:31:55 +01:00
"nl": "Moet men parkeergeld betalen tijdens het opladen?"
2021-10-28 00:32:47 +02:00
},
"mappings": [
{
"if": "parking:fee=no",
"then": {
"en": "No additional parking cost while charging",
2021-11-07 15:31:55 +01:00
"nl": "Geen extra parkeerkost tijdens het opladen"
2021-10-28 00:32:47 +02:00
}
},
{
"if": "parking:fee=yes",
"then": {
"en": "An additional parking fee should be paid while charging",
2021-11-07 15:31:55 +01:00
"nl": "Tijdens het opladen moet er parkeergeld betaald worden"
2021-10-28 00:32:47 +02:00
}
}
],
"condition": {
"or": [
"motor_vehicle=yes",
"hgv=yes",
"bus=yes",
"bicycle=no",
"bicycle="
]
}
2021-10-26 01:52:41 +02:00
}
2021-10-28 00:32:47 +02:00
],
"presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes",
"socket:typee=1"
],
"title": {
2021-11-04 22:02:42 +01:00
"en": "charging station 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)",
2021-11-07 15:31:55 +01:00
"nl": "laadpunt met gewone stekker(s) <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (bedoeld om electrische fietsen op te laden)"
2021-10-28 00:32:47 +02:00
},
"preciseInput": {
"preferredBackground": "map"
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes"
],
"title": {
"en": "charging station for e-bikes",
"nl": "oplaadpunt voor elektrische fietsen"
},
"preciseInput": {
"preferredBackground": "map"
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"tags": [
"amenity=charging_station",
"motorcar=yes",
"bicycle=no"
],
"title": {
"en": "charging station for cars",
"nl": "oplaadstation voor elektrische auto's"
},
"preciseInput": {
"preferredBackground": "map"
}
2021-10-26 01:52:41 +02:00
},
{
2021-10-28 00:32:47 +02:00
"tags": [
"amenity=charging_station"
],
"title": {
"en": "charging station",
"nl": "oplaadstation"
},
"preciseInput": {
"preferredBackground": "map"
}
2021-10-26 01:52:41 +02:00
}
2021-10-28 00:32:47 +02:00
],
"wayHandling": 1,
"filter": [
{
"id": "vehicle-type",
"options": [
{
"question": {
"en": "All vehicle types",
2021-11-07 15:31:55 +01:00
"nl": "Alle voertuigen"
2021-10-28 00:32:47 +02:00
}
},
{
"question": {
"en": "Charging station for bicycles",
2021-11-07 15:31:55 +01:00
"nl": "Oplaadpunten voor fietsen"
2021-10-28 00:32:47 +02:00
},
"osmTags": "bicycle=yes"
},
{
"question": {
"en": "Charging station for cars",
2021-11-07 15:31:55 +01:00
"nl": "Oplaadpunten voor auto's"
2021-10-28 00:32:47 +02:00
},
"osmTags": {
"or": [
"car=yes",
"motorcar=yes"
]
}
}
2021-10-26 01:52:41 +02:00
]
2021-10-21 21:41:45 +02:00
},
{
2021-10-28 00:32:47 +02:00
"id": "working",
"options": [
{
"question": {
"en": "Only working charging stations",
2021-11-07 15:31:55 +01:00
"nl": "Enkel werkende oplaadpunten"
2021-10-28 00:32:47 +02:00
},
"osmTags": {
"and": [
"operational_status!=broken",
"amenity=charging_station"
]
}
}
2021-10-21 21:41:45 +02:00
]
},
{
2021-10-28 00:32:47 +02:00
"id": "connection_type",
"options": [
{
"question": {
"en": "All connectors",
2021-11-07 15:31:55 +01:00
"nl": "Alle types"
2021-10-28 00:32:47 +02: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",
"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>"
},
"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",
2021-11-07 15:31:55 +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>"
2021-10-28 00:32:47 +02: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",
"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>"
},
"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",
"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>"
},
"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",
"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>"
},
"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",
2021-11-07 15:31:55 +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>"
2021-10-28 00:32:47 +02: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": {
"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",
"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~*"
}
2021-10-26 01:52:41 +02:00
]
2021-10-21 21:41:45 +02:00
}
2021-10-28 00:32:47 +02:00
],
"units": [
{
"appliesToKey": [
"maxstay"
],
"applicableUnits": [
{
"canonicalDenomination": "minutes",
"canonicalDenominationSingular": "minute",
"alternativeDenomination": [
"m",
"min",
"mins",
"minuten",
"mns"
],
"human": {
"en": " minutes",
2021-11-07 15:31:55 +01:00
"nl": " minuten"
2021-10-28 00:32:47 +02:00
},
"humanSingular": {
"en": " minute",
2021-11-07 15:31:55 +01:00
"nl": " minuut"
2021-10-28 00:32:47 +02:00
}
},
{
"canonicalDenomination": "hours",
"canonicalDenominationSingular": "hour",
"alternativeDenomination": [
"h",
"hrs",
"hours",
"u",
"uur",
"uren"
],
"human": {
"en": " hours",
2021-11-07 15:31:55 +01:00
"nl": " uren"
2021-10-28 00:32:47 +02:00
},
"humanSingular": {
"en": " hour",
2021-11-07 15:31:55 +01:00
"nl": " uur"
2021-10-28 00:32:47 +02:00
}
},
{
"canonicalDenomination": "days",
"canonicalDenominationSingular": "day",
"alternativeDenomination": [
"dys",
"dagen",
"dag"
],
"human": {
"en": " days",
2021-11-07 15:31:55 +01:00
"nl": " day"
2021-10-28 00:32:47 +02:00
},
"humanSingular": {
"en": " day",
2021-11-07 15:31:55 +01:00
"nl": " dag"
2021-10-28 00:32:47 +02:00
}
}
]
},
2021-10-26 01:52:41 +02:00
{
2021-10-28 00:32:47 +02: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",
2021-11-07 15:31:55 +01:00
"nl": "volt"
2021-10-28 00:32:47 +02: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
},
{
"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",
2021-11-07 15:31:55 +01:00
"nl": "kilowatt"
2021-10-28 00:32:47 +02:00
}
},
{
"canonicalDenomination": "mW",
"alternativeDenomination": [
"megawatt"
],
"human": {
"en": "megawatt",
2021-11-07 15:31:55 +01:00
"nl": "megawatt"
2021-10-28 00:32:47 +02:00
}
}
],
"eraseInvalidValues": true
2021-10-26 01:52:41 +02:00
}
2021-10-28 00:32:47 +02:00
],
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
2021-10-26 01:27:35 +02:00
},
2021-10-28 00:32:47 +02:00
"deletion": {
"softDeletionTags": {
2021-10-26 01:52:41 +02:00
"and": [
2021-10-28 00:32:47 +02:00
"amenity=",
"disused:amenity=charging_station"
]
2021-10-26 01:52:41 +02:00
},
2021-10-28 00:32:47 +02:00
"neededChangesets": 10
2021-10-26 22:53:27 +02:00
},
2021-11-04 21:57:10 +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-10-26 22:53:27 +02:00
}
2021-11-04 21:57:10 +01:00
]
}