3338 lines
113 KiB
JSON
3338 lines
113 KiB
JSON
{
|
|
"id": "charging_station",
|
|
"name": {
|
|
"en": "Charging stations",
|
|
"nl": "Oplaadpunten",
|
|
"de": "Ladestationen"
|
|
},
|
|
"description": {
|
|
"en": "A charging station",
|
|
"nl": "Oplaadpunten",
|
|
"ca": "Una estació de càrrega",
|
|
"de": "Eine Ladestation",
|
|
"fr": "Une station de recharge"
|
|
},
|
|
"source": {
|
|
"osmTags": {
|
|
"and": [
|
|
{
|
|
"or": [
|
|
"amenity=charging_station",
|
|
"disused:amenity=charging_station",
|
|
"planned:amenity=charging_station",
|
|
"construction:amenity=charging_station"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"minzoom": 10,
|
|
"title": {
|
|
"render": {
|
|
"en": "Charging station",
|
|
"nl": "Oplaadpunt",
|
|
"de": "Ladestation"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"bicycle=yes",
|
|
{
|
|
"or": [
|
|
"motorcar=",
|
|
"motorcar=no"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "Charging station for electrical bicycles",
|
|
"nl": "Oplaadpunt voor elektrische fietsen",
|
|
"de": "Ladestation für Elektrofahrräder"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"motorcar=yes",
|
|
{
|
|
"or": [
|
|
"bicycle=",
|
|
"bicycle=no"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "Charging station for cars",
|
|
"nl": "Oplaadpunt voor elektrische auto's",
|
|
"de": "Ladestation für Autos"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "pin",
|
|
"color": "#fff"
|
|
},
|
|
{
|
|
"icon": {
|
|
"render": "./assets/themes/charging_stations/plug.svg",
|
|
"mappings": [
|
|
{
|
|
"if": "bicycle=yes",
|
|
"then": "./assets/themes/charging_stations/bicycle.svg"
|
|
},
|
|
{
|
|
"if": {
|
|
"or": [
|
|
"car=yes",
|
|
"motorcar=yes"
|
|
]
|
|
},
|
|
"then": "./assets/themes/charging_stations/car.svg"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"iconBadges": [
|
|
{
|
|
"if": {
|
|
"or": [
|
|
"disused:amenity=charging_station",
|
|
"operational_status=broken"
|
|
]
|
|
},
|
|
"then": "close:#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"
|
|
}
|
|
],
|
|
"anchor": "bottom",
|
|
"iconSize": "50,50"
|
|
}
|
|
],
|
|
"lineRendering": [
|
|
{
|
|
"color": "black",
|
|
"width": 2,
|
|
"fillColor": "#80808080"
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"tags": [
|
|
"amenity=charging_station",
|
|
"motorcar=no",
|
|
"bicycle=yes"
|
|
],
|
|
"title": {
|
|
"en": "charging station for electrical bikes",
|
|
"nl": "oplaadpunt voor elektrische fietsen",
|
|
"de": "Ladestation für Elektrofahrräder"
|
|
}
|
|
},
|
|
{
|
|
"tags": [
|
|
"amenity=charging_station",
|
|
"motorcar=yes",
|
|
"bicycle=no"
|
|
],
|
|
"title": {
|
|
"en": "charging station for cars",
|
|
"nl": "oplaadstation voor elektrische auto's",
|
|
"de": "Ladestation für Autos"
|
|
}
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "Type",
|
|
"#": "Allowed vehicle types",
|
|
"question": {
|
|
"en": "Which vehicles are allowed to charge here?",
|
|
"nl": "Welke voertuigen kunnen hier opgeladen worden?",
|
|
"ca": "Quins vehicles tenen permesa la càrrega aquí?",
|
|
"de": "Welche Fahrzeuge können hier laden?",
|
|
"pl": "Jakie pojazdy mogą być tutaj ładowane?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "bicycle=yes",
|
|
"ifnot": "bicycle=no",
|
|
"then": {
|
|
"en": "<b>Bicycles</b> can be charged here",
|
|
"nl": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden",
|
|
"ca": "Aquí es poden carregar <b>bicicletes</b>",
|
|
"de": "Hier können <b>Fahrräder</b> laden",
|
|
"pl": "Mogą tutaj być ładowane <b>rowery</b>"
|
|
}
|
|
},
|
|
{
|
|
"if": "motorcar=yes",
|
|
"ifnot": "motorcar=no",
|
|
"then": {
|
|
"en": "<b>Cars</b> can be charged here",
|
|
"nl": "<b>Elektrische auto's</b> kunnen hier opgeladen worden",
|
|
"ca": "Aquí es poden carregar <b>cotxes</b>",
|
|
"de": "Hier können <b>Autos</b> laden",
|
|
"pl": "Mogą tutaj być ładowane <b>samochody</b>"
|
|
}
|
|
},
|
|
{
|
|
"if": "scooter=yes",
|
|
"ifnot": "scooter=no",
|
|
"then": {
|
|
"en": "<b>Scooters</b> can be charged here",
|
|
"nl": "<b>Elektrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden",
|
|
"ca": "Aquí es poden carregar <b>Scooters</b>",
|
|
"de": "Hier können <b>Roller</b> laden",
|
|
"pl": "Mogą być tutaj ładowane <b>hulajnogi<b>"
|
|
}
|
|
},
|
|
{
|
|
"if": "hgv=yes",
|
|
"ifnot": "hgv=no",
|
|
"then": {
|
|
"en": "<b>Heavy good vehicles</b> (such as trucks) can be charged here",
|
|
"nl": "<b>Vrachtwagens</b> kunnen hier opgeladen worden",
|
|
"ca": "Aquí es poden carregar <b>camions o trailers</b>",
|
|
"de": "Hier können <b>LKW</b> laden"
|
|
}
|
|
},
|
|
{
|
|
"if": "bus=yes",
|
|
"ifnot": "bus=no",
|
|
"then": {
|
|
"en": "<b>Buses</b> can be charged here",
|
|
"nl": "<b>Bussen</b> kunnen hier opgeladen worden",
|
|
"ca": "Aquí es poden carregar <b>autobusos</b>",
|
|
"de": "Hier können <b>Busse</b> laden",
|
|
"pl": "Mogą być tutaj ładowane <b>autobusy</b>"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "access",
|
|
"question": {
|
|
"en": "Who is allowed to use this charging station?",
|
|
"nl": "Wie mag er dit oplaadpunt gebruiken?",
|
|
"ca": "Qui pot utilitzar aquesta estació de càrrega?",
|
|
"de": "Wer darf diese Ladestation benutzen?",
|
|
"pl": "Kto może używać tej stacji ładowania?"
|
|
},
|
|
"render": {
|
|
"en": "Access is {access}",
|
|
"nl": "Toegang voor {access}",
|
|
"ca": "L'accés està {access}",
|
|
"de": "Zugang ist {access}"
|
|
},
|
|
"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)",
|
|
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
|
|
"de": "Jeder kann die Station nutzen (eventuell gegen Bezahlung)",
|
|
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
|
}
|
|
},
|
|
{
|
|
"if": "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)",
|
|
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
|
|
"de": "Jeder kann diese Ladestation nutzen (eventuell gegen Bezahlung)",
|
|
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
|
},
|
|
"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>",
|
|
"ca": "Sols cliente del lloc al que pertany aquest punt de càrrega poden utilitzar-lo <br/><span class='subtle'>p.e. un punt de càrrega d'un hotel que sols poden utilizar-los els hostes</span>",
|
|
"de": "Nur Kunden des Ortes, zu dem diese Station gehört, können diese Ladestation nutzen<br/><span class='subtle'>Z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann</span>"
|
|
}
|
|
},
|
|
{
|
|
"if": "access=key",
|
|
"then": {
|
|
"en": "A <b>key</b> must be requested to access this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station</span>",
|
|
"nl": "Een <b>sleutel</b> is nodig om dit oplaadpunt te gebruiken<br/><span class='subtle'>Bv. voor klanten van een hotel of een bar, die de sleutel aan de receptie kunnen krijgen</span>",
|
|
"ca": "S'ha de sol·licitar una <b>clau</b> per a utilitzar aquest punt de càrrega<br/><span class='subtle'>p.e un punt de càrrega operat per un hotel nomes utilitzable pel seus hostes, els quals reben una clau des de recepció per a desbloquejar el punt de càrrega</span>",
|
|
"de": "Für den Zugang zur Station muss ein <b>Schlüssel</b> angefordert werden<br/><span class='subtle'>z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann, die an der Rezeption einen Schlüssel erhalten, um die Ladestation aufzuschließen</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> ",
|
|
"ca": "No accessible per al públic general (p.e. només accessible pels propietaris, empleats, ...)",
|
|
"de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, ...)"
|
|
}
|
|
},
|
|
{
|
|
"if": "access=permissive",
|
|
"then": {
|
|
"en": "This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.",
|
|
"nl": "Dit oplaadstation is publiek toegankelijk onder voorwaarden (bv. enkel tijdens bepaalde uren). ",
|
|
"ca": "Aquesta estació de càrrega és accessible al públic durant certes hores o condicions. Es poden aplicar restriccions, però es permet l'ús general.",
|
|
"de": "Diese Ladestation ist zu gewissen Öffnungszeiten oder Bedingungen öffentlich zugänglich. Einschränkungen sind möglich, aber generelle Nutzung ist erlaubt."
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "capacity",
|
|
"render": {
|
|
"en": "{capacity} vehicles can be charged here at the same time",
|
|
"nl": "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden",
|
|
"ca": "Aquí poden carregar {capacity} vehicles a l'hora",
|
|
"de": "Hier können {capacity} Fahrzeuge gleichzeitig laden",
|
|
"pl": "{capacity} pojazdów może być tutaj ładowanych jednocześnie"
|
|
},
|
|
"question": {
|
|
"en": "How much vehicles can be charged here at the same time?",
|
|
"nl": "Hoeveel voertuigen kunnen hier opgeladen worden?",
|
|
"ca": "Quants vehicles poden carregar a la vegada?",
|
|
"de": "Wie viele Fahrzeuge können hier gleichzeitig laden?",
|
|
"pl": "Ile pojazdów może być tutaj ładowanych jednocześnie?"
|
|
},
|
|
"freeform": {
|
|
"key": "capacity",
|
|
"type": "pnat"
|
|
}
|
|
},
|
|
{
|
|
"id": "Available_charging_stations (generated)",
|
|
"question": {
|
|
"en": "Which charging connections are available here?",
|
|
"nl": "Welke aansluitingen zijn hier beschikbaar?",
|
|
"de": "Welche Ladeanschlüsse gibt es hier?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "socket:schuko=1",
|
|
"ifnot": "socket:schuko=",
|
|
"then": {
|
|
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
|
|
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)",
|
|
"ca": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)",
|
|
"de": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/CEE7_4F.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=af",
|
|
"_country!=al",
|
|
"_country!=dz",
|
|
"_country!=as",
|
|
"_country!=ad",
|
|
"_country!=ao",
|
|
"_country!=am",
|
|
"_country!=aw",
|
|
"_country!=az",
|
|
"_country!=by",
|
|
"_country!=bt",
|
|
"_country!=ba",
|
|
"_country!=bg",
|
|
"_country!=cv",
|
|
"_country!=td",
|
|
"_country!=cl",
|
|
"_country!=hr",
|
|
"_country!=dk",
|
|
"_country!=eg",
|
|
"_country!=ee",
|
|
"_country!=et",
|
|
"_country!=fo",
|
|
"_country!=fr",
|
|
"_country!=pf",
|
|
"_country!=ge",
|
|
"_country!=gr",
|
|
"_country!=gl",
|
|
"_country!=gn",
|
|
"_country!=gw",
|
|
"_country!=is",
|
|
"_country!=id",
|
|
"_country!=ir",
|
|
"_country!=jo",
|
|
"_country!=kz",
|
|
"_country!=kg",
|
|
"_country!=la",
|
|
"_country!=lv",
|
|
"_country!=lr",
|
|
"_country!=ly",
|
|
"_country!=lt",
|
|
"_country!=lu",
|
|
"_country!=mo",
|
|
"_country!=mr",
|
|
"_country!=md",
|
|
"_country!=mc",
|
|
"_country!=mn",
|
|
"_country!=me",
|
|
"_country!=mz",
|
|
"_country!=nl",
|
|
"_country!=nc",
|
|
"_country!=ne",
|
|
"_country!=kp",
|
|
"_country!=mk",
|
|
"_country!=pt",
|
|
"_country!=qa",
|
|
"_country!=ro",
|
|
"_country!=ru",
|
|
"_country!=rw",
|
|
"_country!=sm",
|
|
"_country!=sk",
|
|
"_country!=si",
|
|
"_country!=kr",
|
|
"_country!=es",
|
|
"_country!=sr",
|
|
"_country!=tj",
|
|
"_country!=th",
|
|
"_country!=tl",
|
|
"_country!=tr",
|
|
"_country!=tm",
|
|
"_country!=ua",
|
|
"_country!=uy",
|
|
"_country!=uz",
|
|
"_country!=vn"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:schuko~*",
|
|
"socket:schuko!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
|
|
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)",
|
|
"ca": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)",
|
|
"de": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/CEE7_4F.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:typee=1",
|
|
"ifnot": "socket:typee=",
|
|
"then": {
|
|
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E)",
|
|
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)",
|
|
"ca": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)",
|
|
"de": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/TypeE.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=be",
|
|
"_country!=bj",
|
|
"_country!=bf",
|
|
"_country!=bi",
|
|
"_country!=cm",
|
|
"_country!=cf",
|
|
"_country!=td",
|
|
"_country!=km",
|
|
"_country!=cz",
|
|
"_country!=dk",
|
|
"_country!=dj",
|
|
"_country!=gq",
|
|
"_country!=et",
|
|
"_country!=fo",
|
|
"_country!=fr",
|
|
"_country!=gf",
|
|
"_country!=pf",
|
|
"_country!=gl",
|
|
"_country!=gp",
|
|
"_country!=gw",
|
|
"_country!=la",
|
|
"_country!=lr",
|
|
"_country!=mg",
|
|
"_country!=ml",
|
|
"_country!=mq",
|
|
"_country!=mr",
|
|
"_country!=mu",
|
|
"_country!=mc",
|
|
"_country!=mn",
|
|
"_country!=ma",
|
|
"_country!=ne",
|
|
"_country!=pl",
|
|
"_country!=pt",
|
|
"_country!=rw",
|
|
"_country!=mf",
|
|
"_country!=pm",
|
|
"_country!=sn",
|
|
"_country!=sk",
|
|
"_country!=sy",
|
|
"_country!=tl",
|
|
"_country!=tn",
|
|
"_country!=uz"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:typee~*",
|
|
"socket:typee!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E)",
|
|
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)",
|
|
"ca": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)",
|
|
"de": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/TypeE.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:chademo=1",
|
|
"ifnot": "socket:chademo=",
|
|
"then": {
|
|
"en": "<b>Chademo</b>",
|
|
"nl": "<b>Chademo</b>",
|
|
"ca": "<b>CHAdeMo</b>",
|
|
"de": "<b>Chademo-Anschluss</b>"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Chademo_type4.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Chademo</b>",
|
|
"nl": "<b>Chademo</b>",
|
|
"ca": "<b>CHAdeMo</b>",
|
|
"de": "<b>Chademo-Anschluss</b>"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Chademo_type4.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type1_cable=1",
|
|
"ifnot": "socket:type1_cable=",
|
|
"then": {
|
|
"en": "<b>Type 1 with cable</b> (J1772)",
|
|
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
|
"ca": "<b>Tipus 1 amb cable</b>",
|
|
"de": "<b>Typ 1 mit Kabel</b> (J1772)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 1 with cable</b> (J1772)",
|
|
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
|
"ca": "<b>Tipus 1 amb cable</b>",
|
|
"de": "<b>Typ 1 mit Kabel</b> (J1772)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type1=1",
|
|
"ifnot": "socket:type1=",
|
|
"then": {
|
|
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
|
|
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
|
"ca": "<b>Tipus 1 <i>sense</i> cable</b>",
|
|
"de": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 1 <i>without</i> cable</b> (J1772)",
|
|
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
|
"ca": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)",
|
|
"de": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type1_combo=1",
|
|
"ifnot": "socket:type1_combo=",
|
|
"then": {
|
|
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
|
|
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
|
"ca": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)",
|
|
"de": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1-ccs.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
|
|
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
|
"ca": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)",
|
|
"de": "<b> Typ 1 CCS </b> (auch bekannt als Typ 1 Combo)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type1-ccs.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:tesla_supercharger=1",
|
|
"ifnot": "socket:tesla_supercharger=",
|
|
"then": {
|
|
"en": "<b>Tesla Supercharger</b>",
|
|
"nl": "<b>Tesla Supercharger</b>",
|
|
"ca": "<b>Supercarregador de Tesla",
|
|
"de": "<b>Tesla Supercharger</b>"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Tesla Supercharger</b>",
|
|
"nl": "<b>Tesla Supercharger</b>",
|
|
"ca": "<b>Supercarregador de Tesla</b>",
|
|
"de": "<b>Tesla Supercharger</b>"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type2=1",
|
|
"ifnot": "socket:type2=",
|
|
"then": {
|
|
"en": "<b>Type 2</b> (mennekes)",
|
|
"nl": "<b>Type 2</b> (mennekes)",
|
|
"ca": "<b>Tipus 2</b> (mennekes)",
|
|
"de": "<b>Typ 2</b> (Mennekes)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_socket.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 2</b> (mennekes)",
|
|
"nl": "<b>Type 2</b> (mennekes)",
|
|
"ca": "<b>Tipus 2</b> (mennekes)",
|
|
"de": "<b>Typ 2</b> (Mennekes)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_socket.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type2_combo=1",
|
|
"ifnot": "socket:type2_combo=",
|
|
"then": {
|
|
"en": "<b>Type 2 CCS</b> (mennekes)",
|
|
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
|
"ca": "<b>CSS Tipus 2</b> (mennekes)",
|
|
"de": "<b>Typ 2 CCS</b> (Mennekes)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 2 CCS</b> (mennekes)",
|
|
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
|
"ca": "<b>CSS Tipus 2</b> (mennekes)",
|
|
"de": "<b>Typ 2 CCS</b> (mennekes)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:type2_cable=1",
|
|
"ifnot": "socket:type2_cable=",
|
|
"then": {
|
|
"en": "<b>Type 2 with cable</b> (mennekes)",
|
|
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
|
"de": "<b>Typ 2 mit Kabel</b> (Mennekes)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Type 2 with cable</b> (mennekes)",
|
|
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
|
"de": "<b>Typ 2 mit Kabel</b> (mennekes)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:tesla_supercharger_ccs=1",
|
|
"ifnot": "socket:tesla_supercharger_ccs=",
|
|
"then": {
|
|
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
|
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
|
"de": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
|
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
|
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:tesla_destination=1",
|
|
"ifnot": "socket:tesla_destination=",
|
|
"then": {
|
|
"en": "<b>Tesla Supercharger (destination)</b>",
|
|
"nl": "<b>Tesla Supercharger (destination)</b>",
|
|
"de": "<b>Tesla Supercharger (Destination)</b>"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
|
"class": "medium"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"and": [
|
|
"_country!=us"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:tesla_destination~*",
|
|
"socket:tesla_destination!=1",
|
|
"_country=us"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>Tesla Supercharger (destination)</b>",
|
|
"nl": "<b>Tesla Supercharger (destination)</b>",
|
|
"de": "<b>Tesla Supercharger (Destination)</b>"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:tesla_destination=1",
|
|
"ifnot": "socket:tesla_destination=",
|
|
"then": {
|
|
"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)",
|
|
"de": "<b>Tesla Supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
|
"class": "medium"
|
|
},
|
|
"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",
|
|
"_country!=us"
|
|
]
|
|
},
|
|
"then": {
|
|
"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)",
|
|
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:USB-A=1",
|
|
"ifnot": "socket:USB-A=",
|
|
"then": {
|
|
"en": "<b>USB</b> to charge phones and small electronics",
|
|
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
|
|
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/usb_port.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:USB-A~*",
|
|
"socket:USB-A!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>USB</b> to charge phones and small electronics",
|
|
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
|
|
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/usb_port.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:bosch_3pin=1",
|
|
"ifnot": "socket:bosch_3pin=",
|
|
"then": {
|
|
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel",
|
|
"de": "<b>Bosch Active Connect mit 3 Pins</b> und Kabel"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bosch-3pin.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Bosch Active Connect with 3 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel",
|
|
"de": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bosch-3pin.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:bosch_5pin=1",
|
|
"ifnot": "socket:bosch_5pin=",
|
|
"then": {
|
|
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel",
|
|
"de": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bosch-5pin.svg",
|
|
"class": "medium"
|
|
},
|
|
"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": "<b>Bosch Active Connect with 5 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel",
|
|
"de": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bosch-5pin.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:bs1363=1",
|
|
"ifnot": "socket:bs1363=",
|
|
"then": {
|
|
"en": "<b>BS1363</b> (Type G)",
|
|
"nl": "<b>BS1363</b> (VK 3-pin)",
|
|
"de": "<b>BS1363</b> (Typ G)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bs1363.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=bh",
|
|
"_country!=bd",
|
|
"_country!=bz",
|
|
"_country!=bt",
|
|
"_country!=bw",
|
|
"_country!=bn",
|
|
"_country!=kh",
|
|
"_country!=cy",
|
|
"_country!=dm",
|
|
"_country!=gh",
|
|
"_country!=gi",
|
|
"_country!=gd",
|
|
"_country!=gg",
|
|
"_country!=gy",
|
|
"_country!=id",
|
|
"_country!=iq",
|
|
"_country!=ie",
|
|
"_country!=im",
|
|
"_country!=je",
|
|
"_country!=jo",
|
|
"_country!=ke",
|
|
"_country!=kw",
|
|
"_country!=lb",
|
|
"_country!=mo",
|
|
"_country!=mw",
|
|
"_country!=mv",
|
|
"_country!=mt",
|
|
"_country!=mu",
|
|
"_country!=ng",
|
|
"_country!=om",
|
|
"_country!=pk",
|
|
"_country!=qa",
|
|
"_country!=rw",
|
|
"_country!=sa",
|
|
"_country!=sc",
|
|
"_country!=sl",
|
|
"_country!=sb",
|
|
"_country!=lk",
|
|
"_country!=sd",
|
|
"_country!=tz",
|
|
"_country!=ug",
|
|
"_country!=vu",
|
|
"_country!=vn",
|
|
"_country!=ye",
|
|
"_country!=zm",
|
|
"_country!=zw"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:bs1363~*",
|
|
"socket:bs1363!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>BS1363</b> (Type G)",
|
|
"nl": "<b>BS1363</b> (VK 3-pin)",
|
|
"de": "<b>BS1363</b> (Typ G)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/bs1363.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:nema5_15=1",
|
|
"ifnot": "socket:nema5_15=",
|
|
"then": {
|
|
"en": "<b>NEMA 5-15</b> (Type B)",
|
|
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-15</b> (Typ B)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/nema-5-15.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=as",
|
|
"_country!=ai",
|
|
"_country!=ag",
|
|
"_country!=aw",
|
|
"_country!=bb",
|
|
"_country!=bz",
|
|
"_country!=bm",
|
|
"_country!=bo",
|
|
"_country!=vg",
|
|
"_country!=ky",
|
|
"_country!=co",
|
|
"_country!=cr",
|
|
"_country!=cu",
|
|
"_country!=do",
|
|
"_country!=ec",
|
|
"_country!=sv",
|
|
"_country!=pf",
|
|
"_country!=gu",
|
|
"_country!=gt",
|
|
"_country!=gy",
|
|
"_country!=ht",
|
|
"_country!=hn",
|
|
"_country!=jm",
|
|
"_country!=jp",
|
|
"_country!=jo",
|
|
"_country!=la",
|
|
"_country!=lb",
|
|
"_country!=lr",
|
|
"_country!=mx",
|
|
"_country!=fm",
|
|
"_country!=ms",
|
|
"_country!=ni",
|
|
"_country!=ne",
|
|
"_country!=pw",
|
|
"_country!=pa",
|
|
"_country!=py",
|
|
"_country!=pe",
|
|
"_country!=ph",
|
|
"_country!=pr",
|
|
"_country!=sr",
|
|
"_country!=th",
|
|
"_country!=tt",
|
|
"_country!=tm",
|
|
"_country!=ve",
|
|
"_country!=vn"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:nema5_15~*",
|
|
"socket:nema5_15!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>NEMA 5-15</b> (Type B)",
|
|
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-15</b> (Typ B)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/nema-5-15.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:sev1011_t23=1",
|
|
"ifnot": "socket:sev1011_t23=",
|
|
"then": {
|
|
"en": "<b>SEV 1011 T23</b> (Type J)",
|
|
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
|
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/typej.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=jo",
|
|
"_country!=li",
|
|
"_country!=mg",
|
|
"_country!=mv",
|
|
"_country!=rw",
|
|
"_country!=ch"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:sev1011_t23~*",
|
|
"socket:sev1011_t23!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>SEV 1011 T23</b> (Type J)",
|
|
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
|
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/typej.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:as3112=1",
|
|
"ifnot": "socket:as3112=",
|
|
"then": {
|
|
"en": "<b>AS3112</b> (Type I)",
|
|
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
|
"de": "<b>AS3112</b> (Typ I)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/as3112.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=as",
|
|
"_country!=ar",
|
|
"_country!=au",
|
|
"_country!=cn",
|
|
"_country!=ck",
|
|
"_country!=fj",
|
|
"_country!=ki",
|
|
"_country!=nr",
|
|
"_country!=nz",
|
|
"_country!=nu",
|
|
"_country!=pg",
|
|
"_country!=sb",
|
|
"_country!=tj",
|
|
"_country!=to",
|
|
"_country!=tv",
|
|
"_country!=uy",
|
|
"_country!=uz",
|
|
"_country!=vu"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:as3112~*",
|
|
"socket:as3112!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>AS3112</b> (Type I)",
|
|
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
|
"de": "<b>AS3112</b> (Typ I)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/as3112.svg",
|
|
"class": "medium"
|
|
}
|
|
},
|
|
{
|
|
"if": "socket:nema_5_20=1",
|
|
"ifnot": "socket:nema_5_20=",
|
|
"then": {
|
|
"en": "<b>NEMA 5-20</b> (Type B)",
|
|
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-20</b> (Typ B)"
|
|
},
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/nema-5-20.svg",
|
|
"class": "medium"
|
|
},
|
|
"hideInAnswer": {
|
|
"and": [
|
|
"_country!=as",
|
|
"_country!=ai",
|
|
"_country!=ag",
|
|
"_country!=aw",
|
|
"_country!=bb",
|
|
"_country!=bz",
|
|
"_country!=bm",
|
|
"_country!=bo",
|
|
"_country!=vg",
|
|
"_country!=ky",
|
|
"_country!=co",
|
|
"_country!=cr",
|
|
"_country!=cu",
|
|
"_country!=do",
|
|
"_country!=ec",
|
|
"_country!=sv",
|
|
"_country!=pf",
|
|
"_country!=gu",
|
|
"_country!=gt",
|
|
"_country!=gy",
|
|
"_country!=ht",
|
|
"_country!=hn",
|
|
"_country!=jm",
|
|
"_country!=jp",
|
|
"_country!=jo",
|
|
"_country!=la",
|
|
"_country!=lb",
|
|
"_country!=lr",
|
|
"_country!=mx",
|
|
"_country!=fm",
|
|
"_country!=ms",
|
|
"_country!=ni",
|
|
"_country!=ne",
|
|
"_country!=pw",
|
|
"_country!=pa",
|
|
"_country!=py",
|
|
"_country!=pe",
|
|
"_country!=ph",
|
|
"_country!=pr",
|
|
"_country!=sr",
|
|
"_country!=th",
|
|
"_country!=tt",
|
|
"_country!=tm",
|
|
"_country!=ve",
|
|
"_country!=vn"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"socket:nema_5_20~*",
|
|
"socket:nema_5_20!=1"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "<b>NEMA 5-20</b> (Type B)",
|
|
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-20</b> (Typ B)"
|
|
},
|
|
"hideInAnswer": true,
|
|
"icon": {
|
|
"path": "./assets/layers/charging_station/nema-5-20.svg",
|
|
"class": "medium"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "rewritten-questions",
|
|
"rewrite": {
|
|
"sourceString": [
|
|
"{{id}}",
|
|
"{{key}}",
|
|
"{{description}}",
|
|
"{{image}}",
|
|
"{{commonVoltages}}",
|
|
"{{commonCurrent}}",
|
|
"{{commonOutput}}"
|
|
],
|
|
"into": [
|
|
[
|
|
"socket:schuko",
|
|
"socket:schuko",
|
|
{
|
|
"en": "<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)",
|
|
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)",
|
|
"de": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
|
|
},
|
|
"CEE7_4F.svg",
|
|
[
|
|
"230"
|
|
],
|
|
[
|
|
"16"
|
|
],
|
|
[
|
|
"3.6 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:typee",
|
|
"socket:typee",
|
|
{
|
|
"en": "<b>European wall plug</b> with ground pin (CEE7/4 type E)",
|
|
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)",
|
|
"de": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
|
},
|
|
"TypeE.svg",
|
|
[
|
|
"230"
|
|
],
|
|
[
|
|
"16"
|
|
],
|
|
[
|
|
"3 kW",
|
|
"22 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:chademo",
|
|
"socket:chademo",
|
|
{
|
|
"en": "<b>Chademo</b>",
|
|
"nl": "<b>Chademo</b>",
|
|
"de": "<b>Chademo-Stecker</b>"
|
|
},
|
|
"Chademo_type4.svg",
|
|
[
|
|
"500"
|
|
],
|
|
[
|
|
"120"
|
|
],
|
|
[
|
|
"50 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type1_cable",
|
|
"socket:type1_cable",
|
|
{
|
|
"en": "<b>Type 1 with cable</b> (J1772)",
|
|
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
|
"de": "<b>Typ 1 mit Kabel</b> (J1772)"
|
|
},
|
|
"Type1_J1772.svg",
|
|
[
|
|
"200",
|
|
"240"
|
|
],
|
|
[
|
|
"32"
|
|
],
|
|
[
|
|
"3.7 kW",
|
|
"7 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type1",
|
|
"socket:type1",
|
|
{
|
|
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
|
|
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
|
"de": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
|
|
},
|
|
"Type1_J1772.svg",
|
|
[
|
|
"200",
|
|
"240"
|
|
],
|
|
[
|
|
"32"
|
|
],
|
|
[
|
|
"3.7 kW",
|
|
"6.6 kW",
|
|
"7 kW",
|
|
"7.2 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type1_combo",
|
|
"socket:type1_combo",
|
|
{
|
|
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
|
|
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
|
"de": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
|
|
},
|
|
"Type1-ccs.svg",
|
|
[
|
|
"400",
|
|
"1000"
|
|
],
|
|
[
|
|
"50",
|
|
"125"
|
|
],
|
|
[
|
|
"50 kW",
|
|
"62.5 kW",
|
|
"150 kW",
|
|
"350 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:tesla_supercharger",
|
|
"socket:tesla_supercharger",
|
|
{
|
|
"en": "<b>Tesla Supercharger</b>",
|
|
"nl": "<b>Tesla Supercharger</b>",
|
|
"de": "<b>Tesla Supercharger</b>"
|
|
},
|
|
"Tesla-hpwc-model-s.svg",
|
|
[
|
|
"480"
|
|
],
|
|
[
|
|
"125",
|
|
"350"
|
|
],
|
|
[
|
|
"120 kW",
|
|
"150 kW",
|
|
"250 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type2",
|
|
"socket:type2",
|
|
{
|
|
"en": "<b>Type 2</b> (mennekes)",
|
|
"nl": "<b>Type 2</b> (mennekes)",
|
|
"de": "<b>Typ 2</b> (Mennekes)"
|
|
},
|
|
"Type2_socket.svg",
|
|
[
|
|
"230",
|
|
"400"
|
|
],
|
|
[
|
|
"16",
|
|
"32"
|
|
],
|
|
[
|
|
"11 kW",
|
|
"22 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type2_combo",
|
|
"socket:type2_combo",
|
|
{
|
|
"en": "<b>Type 2 CCS</b> (mennekes)",
|
|
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
|
"de": "<b>Typ 2 CCS</b> (Mennekes)"
|
|
},
|
|
"Type2_CCS.svg",
|
|
[
|
|
"500",
|
|
"920"
|
|
],
|
|
[
|
|
"125",
|
|
"350"
|
|
],
|
|
[
|
|
"50 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:type2_cable",
|
|
"socket:type2_cable",
|
|
{
|
|
"en": "<b>Type 2 with cable</b> (mennekes)",
|
|
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
|
"de": "<b>Typ 2 mit Kabel</b> (Mennekes)"
|
|
},
|
|
"Type2_tethered.svg",
|
|
[
|
|
"230",
|
|
"400"
|
|
],
|
|
[
|
|
"16",
|
|
"32"
|
|
],
|
|
[
|
|
"11 kW",
|
|
"22 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:tesla_supercharger_ccs",
|
|
"socket:tesla_supercharger_ccs",
|
|
{
|
|
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
|
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
|
"de": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
|
|
},
|
|
"Type2_CCS.svg",
|
|
[
|
|
"500",
|
|
"920"
|
|
],
|
|
[
|
|
"125",
|
|
"350"
|
|
],
|
|
[
|
|
"50 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:tesla_destination_us",
|
|
"socket:tesla_destination",
|
|
{
|
|
"en": "<b>Tesla Supercharger (destination)</b>",
|
|
"nl": "<b>Tesla Supercharger (destination)</b>",
|
|
"de": "<b>Tesla Supercharger (Destination)</b>"
|
|
},
|
|
"Tesla-hpwc-model-s.svg",
|
|
[
|
|
"480"
|
|
],
|
|
[
|
|
"125",
|
|
"350"
|
|
],
|
|
[
|
|
"120 kW",
|
|
"150 kW",
|
|
"250 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:tesla_destination",
|
|
"socket:tesla_destination",
|
|
{
|
|
"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)",
|
|
"de": "<b>Tesla Supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)"
|
|
},
|
|
"Type2_tethered.svg",
|
|
[
|
|
"230",
|
|
"400"
|
|
],
|
|
[
|
|
"16",
|
|
"32"
|
|
],
|
|
[
|
|
"11 kW",
|
|
"22 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:USB-A",
|
|
"socket:USB-A",
|
|
{
|
|
"en": "<b>USB</b> to charge phones and small electronics",
|
|
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
|
|
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten"
|
|
},
|
|
"usb_port.svg",
|
|
[
|
|
"5"
|
|
],
|
|
[
|
|
"1",
|
|
"2"
|
|
],
|
|
[
|
|
"5W",
|
|
"10W"
|
|
]
|
|
],
|
|
[
|
|
"socket:bosch_3pin",
|
|
"socket:bosch_3pin",
|
|
{
|
|
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel",
|
|
"de": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
|
|
},
|
|
"bosch-3pin.svg",
|
|
[],
|
|
[],
|
|
[]
|
|
],
|
|
[
|
|
"socket:bosch_5pin",
|
|
"socket:bosch_5pin",
|
|
{
|
|
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
|
|
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel",
|
|
"de": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
|
|
},
|
|
"bosch-5pin.svg",
|
|
[],
|
|
[],
|
|
[]
|
|
],
|
|
[
|
|
"socket:bs1363",
|
|
"socket:bs1363",
|
|
{
|
|
"en": "<b>BS1363</b> (Type G)",
|
|
"nl": "<b>BS1363</b> (VK 3-pin)",
|
|
"de": "<b>BS1363</b> (Typ G)"
|
|
},
|
|
"bs1363.svg",
|
|
[
|
|
"230"
|
|
],
|
|
[
|
|
"13"
|
|
],
|
|
[
|
|
"3kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:nema5_15",
|
|
"socket:nema5_15",
|
|
{
|
|
"en": "<b>NEMA 5-15</b> (Type B)",
|
|
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-15</b> (Typ B)"
|
|
},
|
|
"nema-5-15.svg",
|
|
[
|
|
"120"
|
|
],
|
|
[
|
|
"15"
|
|
],
|
|
[
|
|
"1.8 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:sev1011_t23",
|
|
"socket:sev1011_t23",
|
|
{
|
|
"en": "<b>SEV 1011 T23</b> (Type J)",
|
|
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
|
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
|
},
|
|
"typej.svg",
|
|
[
|
|
"230"
|
|
],
|
|
[
|
|
"16"
|
|
],
|
|
[
|
|
"3.7 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:as3112",
|
|
"socket:as3112",
|
|
{
|
|
"en": "<b>AS3112</b> (Type I)",
|
|
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
|
"de": "<b>AS3112</b> (Typ I)"
|
|
},
|
|
"as3112.svg",
|
|
[
|
|
"230"
|
|
],
|
|
[
|
|
"10"
|
|
],
|
|
[
|
|
"2.3 kW"
|
|
]
|
|
],
|
|
[
|
|
"socket:nema_5_20",
|
|
"socket:nema_5_20",
|
|
{
|
|
"en": "<b>NEMA 5-20</b> (Type B)",
|
|
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
|
"de": "<b>NEMA 5-20</b> (Typ B)"
|
|
},
|
|
"nema-5-20.svg",
|
|
[
|
|
"120"
|
|
],
|
|
[
|
|
"20"
|
|
],
|
|
[
|
|
"2.4 kW"
|
|
]
|
|
]
|
|
]
|
|
},
|
|
"subexpand": {
|
|
"mappings": [
|
|
"{{commonVoltages}}",
|
|
"{{commonCurrent}}",
|
|
"{{commonOutput}}"
|
|
]
|
|
},
|
|
"renderings": [
|
|
{
|
|
"id": "plugs-amount-{{id}}",
|
|
"question": {
|
|
"en": "How much plugs of type {{description}} are available here?",
|
|
"nl": "Hoeveel stekkers van type {{description}} heeft dit oplaadpunt?",
|
|
"ca": "Quants connectors del tipus {{description}} hi han disponibles aquí?",
|
|
"cs": "Kolik zástrček typu {{description}} je k dispozici?",
|
|
"da": "Hvor mange stik af typen {{description}} er tilgængelige her?",
|
|
"de": "Wie viele Stecker vom Typ {{description}} sind hier vorhanden?"
|
|
},
|
|
"render": {
|
|
"en": "There are <b class='text-xl'>{{{key}}}</b> plugs of type {{description}} available here",
|
|
"nl": "Hier zijn <b class='text-xl'>{{{key}}}</b> stekkers van het type {{description}}",
|
|
"de": "Hier sind <b class='text-xl'>{{{key}}}</b> Stecker vom Typ {{description}} verfügbar"
|
|
},
|
|
"icon": "./assets/layers/charging_station/{{image}}",
|
|
"freeform": {
|
|
"key": "{{key}}",
|
|
"type": "pnat"
|
|
},
|
|
"condition": {
|
|
"and": [
|
|
"{{key}}~*",
|
|
"{{key}}!=0"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "voltage-{{id}}",
|
|
"labels": [
|
|
"technical"
|
|
],
|
|
"question": {
|
|
"en": "What voltage do the plugs with {{description}} offer?",
|
|
"nl": "Welke spanning levert de stekker van type {{description}}",
|
|
"cs": "Jaké napětí mají zástrčky s {{description}} ?",
|
|
"de": "Welche Spannung liefern die {{description}}?"
|
|
},
|
|
"render": {
|
|
"en": "{{description}} outputs {canonical({{key}}:voltage)}",
|
|
"nl": "{{description}} heeft een spanning van {canonical({{key}}:voltage)}",
|
|
"de": "{{description}} liefert {canonical({{key}}:voltage)}"
|
|
},
|
|
"freeform": {
|
|
"key": "{{key}}:voltage",
|
|
"type": "pfloat"
|
|
},
|
|
"mappings": {
|
|
"if": "{{key}}:voltage={{commonVoltages}} V",
|
|
"then": {
|
|
"en": "{{description}} outputs {{commonVoltages}} volt",
|
|
"nl": "{{description}} heeft een spanning van {{commonVoltages}} volt",
|
|
"cs": "{{description}} výstup {{commonVoltages}} voltů",
|
|
"de": "{{description}} liefert {{commonVoltages}} Volt"
|
|
}
|
|
},
|
|
"condition": {
|
|
"and": [
|
|
"{{key}}~*",
|
|
"{{key}}!=0"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "current-{{id}}",
|
|
"labels": [
|
|
"technical"
|
|
],
|
|
"question": {
|
|
"en": "What current do the plugs with {{description}} offer?",
|
|
"nl": "Welke stroom levert de stekker van type {{description}}?",
|
|
"de": "Welchen Strom bieten die Stecker mit {{description}}?"
|
|
},
|
|
"render": {
|
|
"en": "{{description}} outputs at most {canonical({{key}}:current)}",
|
|
"nl": "{{description}} levert een stroom van maximaal {canonical({{key}}:current)}",
|
|
"de": "{{description}} liefert maximal {canonical({{key}}:current)}"
|
|
},
|
|
"freeform": {
|
|
"key": "{{key}}:current",
|
|
"type": "pfloat"
|
|
},
|
|
"mappings": {
|
|
"if": "{{key}}:current={{commonCurrent}} A",
|
|
"then": {
|
|
"en": "{{description}} outputs at most {{commonCurrent}} A",
|
|
"nl": "{{description}} levert een stroom van maximaal {{commonCurrent}} A",
|
|
"de": "{{description}} liefert maximal {{commonCurrent}} A"
|
|
}
|
|
},
|
|
"condition": {
|
|
"and": [
|
|
"{{key}}~*",
|
|
"{{key}}!=0"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "power-output-{{id}}",
|
|
"labels": [
|
|
"technical"
|
|
],
|
|
"question": {
|
|
"en": "What power output does a single plug of type {{description}} offer?",
|
|
"nl": "Welk vermogen levert een enkele stekker van type {{description}}?",
|
|
"de": "Welche Leistung liefert ein einzelner Stecker des Typs {{description}}?"
|
|
},
|
|
"render": {
|
|
"en": "{{description}} outputs at most {canonical({{key}}:output)}",
|
|
"nl": "{{description}} levert een vermogen van maximaal {canonical({{key}}:output)}",
|
|
"de": "{{description}} liefert maximal {canonical({{key}}:output)}"
|
|
},
|
|
"freeform": {
|
|
"key": "{{key}}:output",
|
|
"type": "pfloat"
|
|
},
|
|
"mappings": {
|
|
"if": "{{key}}:output={{commonOutput}}",
|
|
"then": {
|
|
"en": "{{description}} outputs at most {{commonOutput}} A",
|
|
"nl": "{{description}} levert een vermogen van maximaal {{commonOutput}} A",
|
|
"de": "{{description}} liefert maximal {{commonOutput}} A"
|
|
}
|
|
},
|
|
"condition": {
|
|
"and": [
|
|
"{{key}}~*",
|
|
"{{key}}!=0"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"builtin": "opening_hours_24_7",
|
|
"override": {
|
|
"question": {
|
|
"en": "When is this charging station opened?",
|
|
"nl": "Wanneer is dit oplaadpunt beschikbaar??",
|
|
"ca": "Quan està oberta aquesta estació de càrrega?",
|
|
"de": "Wann ist die Ladestation geöffnet?",
|
|
"pl": "Kiedy jest otwarta ta stacja ładowania?"
|
|
}
|
|
},
|
|
"id": "OH"
|
|
},
|
|
{
|
|
"id": "fee",
|
|
"question": {
|
|
"en": "Does one have to pay to use this charging station?",
|
|
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?",
|
|
"ca": "Hi ha que pagar per utilitzar aquest punt de càrrega?",
|
|
"de": "Muss man für die Nutzung dieser Ladestation bezahlen?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"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)",
|
|
"ca": "Ús gratuït (sense autentificació)",
|
|
"de": "Die Nutzung ist kostenlos, keine Authentifizierung erforderlich"
|
|
}
|
|
},
|
|
{
|
|
"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",
|
|
"ca": "Ús gratuït, però un s'ha d'autentificar",
|
|
"de": "Die Nutzung ist kostenlos, Authentifizierung erforderlich"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"fee=no"
|
|
]
|
|
},
|
|
"then": {
|
|
"nl": "Gratis te gebruiken",
|
|
"en": "Free to use",
|
|
"ca": "Ús gratuït",
|
|
"de": "Kostenlose Nutzung",
|
|
"pl": "Darmowa"
|
|
},
|
|
"hideInAnswer": true
|
|
},
|
|
{
|
|
"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",
|
|
"ca": "De pagament, però gratuït per als clients de l'hotel/bar/hospital/... que gestiona l'estació de càrrega",
|
|
"de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, ... kostenlos"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"fee=yes",
|
|
"fee:conditional="
|
|
]
|
|
},
|
|
"then": {
|
|
"nl": "Betalend",
|
|
"en": "Paid use",
|
|
"ca": "Ús de pagament",
|
|
"de": "Die Nutzung ist kostenpflichtig"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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?",
|
|
"ca": "Quant cal pagar per utilitzar aquesta estació de càrrega?",
|
|
"de": "Wie viel muss man für die Nutzung dieser Ladestation bezahlen?"
|
|
},
|
|
"render": {
|
|
"en": "Using this charging station costs <b>{charge}</b>",
|
|
"nl": "Dit oplaadpunt gebruiken kost <b>{charge}</b>",
|
|
"ca": "Utilitzar aquesta estació de càrrega costa <b>{charge}</b>",
|
|
"de": "Die Nutzung dieser Ladestation kostet <b>{charge}</b>"
|
|
},
|
|
"freeform": {
|
|
"key": "charge"
|
|
},
|
|
"condition": "fee=yes"
|
|
},
|
|
{
|
|
"id": "payment-options",
|
|
"builtin": "payment-options-advanced",
|
|
"override": {
|
|
"condition": {
|
|
"or": [
|
|
"fee=yes",
|
|
"charge~*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"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?",
|
|
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
|
|
"ca": "Quin tipus d'autenticació hi ha disponible a l'estació de càrrega?",
|
|
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "authentication:membership_card=yes",
|
|
"ifnot": "authentication:membership_card=no",
|
|
"then": {
|
|
"en": "Authentication by a membership card",
|
|
"nl": "Aanmelden met een lidkaart is mogelijk",
|
|
"de": "Authentifizierung durch eine Mitgliedskarte",
|
|
"fr": "Authentification par carte de membre"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:app=yes",
|
|
"ifnot": "authentication:app=no",
|
|
"then": {
|
|
"en": "Authentication by an app",
|
|
"nl": "Aanmelden via een applicatie is mogelijk",
|
|
"de": "Authentifizierung per App",
|
|
"fr": "Authentification par une application"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:phone_call=yes",
|
|
"ifnot": "authentication:phone_call=no",
|
|
"then": {
|
|
"en": "Authentication via phone call is available",
|
|
"nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk",
|
|
"de": "Authentifizierung per Anruf ist möglich",
|
|
"fr": "Authentification possible par appel téléphonique"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:short_message=yes",
|
|
"ifnot": "authentication:short_message=no",
|
|
"then": {
|
|
"en": "Authentication via SMS is available",
|
|
"nl": "Aanmelden via SMS is mogelijk",
|
|
"de": "Authentifizierung per SMS ist möglich",
|
|
"fr": "Authentification possible par SMS"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:nfc=yes",
|
|
"ifnot": "authentication:nfc=no",
|
|
"then": {
|
|
"en": "Authentication via NFC is available",
|
|
"nl": "Aanmelden via NFC is mogelijk",
|
|
"ca": "L'autenticació mitjançant NFC està disponible",
|
|
"de": "Authentifizierung per NFC ist möglich"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:money_card=yes",
|
|
"ifnot": "authentication:money_card=no",
|
|
"then": {
|
|
"en": "Authentication via Money Card is available",
|
|
"nl": "Aanmelden met Money Card is mogelijk",
|
|
"ca": "L'autenticació mitjançant targeta de pagament està disponible",
|
|
"de": "Authentifizierung per Geldkarte ist möglich"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:debit_card=yes",
|
|
"ifnot": "authentication:debit_card=no",
|
|
"then": {
|
|
"en": "Authentication via debit card is available",
|
|
"nl": "Aanmelden met een betaalkaart is mogelijk",
|
|
"ca": "L'autenticació mitjançant targeta de debit està disponible",
|
|
"de": "Authentifizierung per Kreditkarte ist möglich"
|
|
}
|
|
},
|
|
{
|
|
"if": "authentication:none=yes",
|
|
"ifnot": "authentication:none=no",
|
|
"then": {
|
|
"en": "Charging here is (also) possible without authentication",
|
|
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
|
|
"ca": "Carregar aquí (també) és possible sense autenticació",
|
|
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich"
|
|
}
|
|
}
|
|
],
|
|
"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>",
|
|
"de": "Authentifiziere dich, indem du anrufst oder eine SMS sendest an <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>"
|
|
},
|
|
"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?",
|
|
"de": "Wie lautet die Telefonnummer für den Authentifizierungsanruf oder die SMS?"
|
|
},
|
|
"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?",
|
|
"ca": "Quina és la quantitat màxima de temps que es permet permaneixer aquí?",
|
|
"de": "Wie lange darf man hier maximal parken?"
|
|
},
|
|
"freeform": {
|
|
"key": "maxstay",
|
|
"type": "pfloat"
|
|
},
|
|
"render": {
|
|
"en": "One can stay at most <b>{canonical(maxstay)}</b>",
|
|
"nl": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>",
|
|
"ca": "Un pot quedar-se com a màxim <b>{canonical(maxstay)}</b>",
|
|
"de": "Die maximale Parkdauer beträgt <b>{canonical(maxstay)}</b>"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "maxstay=unlimited",
|
|
"then": {
|
|
"en": "No timelimit on leaving your vehicle here",
|
|
"nl": "Geen maximum parkeertijd",
|
|
"ca": "No hi ha límit de temps per a deixar el teu vehicle aquí",
|
|
"de": "Keine Höchstparkdauer"
|
|
}
|
|
}
|
|
],
|
|
"condition": {
|
|
"or": [
|
|
"maxstay~*",
|
|
"motorcar=yes",
|
|
"hgv=yes",
|
|
"bus=yes"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "Network",
|
|
"render": {
|
|
"en": "Part of the network <b>{network}</b>",
|
|
"nl": "Maakt deel uit van het <b>{network}</b>-netwerk",
|
|
"ca": "Part de la xarxa <b>{network}</b>",
|
|
"de": "Teil des Netzwerks <b>{network}</b>",
|
|
"pl": "Część sieci <b>{network}</b>"
|
|
},
|
|
"question": {
|
|
"en": "Is this charging station part of a network?",
|
|
"nl": "Is dit oplaadpunt deel van een groter netwerk?",
|
|
"ca": "Aquesta estació de càrrega forma part d'una xarxa?",
|
|
"de": "Ist diese Ladestation Teil eines Netzwerks?",
|
|
"pl": "Czy ta stacja ładowania jest częścią sieci?"
|
|
},
|
|
"freeform": {
|
|
"key": "network"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "no:network=yes",
|
|
"then": {
|
|
"en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business",
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"if": "network=none",
|
|
"then": {
|
|
"en": "Not part of a bigger network",
|
|
"nl": "Maakt geen deel uit van een groter netwerk",
|
|
"de": "Nicht Teil eines größeren Netzwerks",
|
|
"pl": "Nie jest częścią większej sieci"
|
|
},
|
|
"hideInAnswer": true
|
|
},
|
|
{
|
|
"if": "network=AeroVironment",
|
|
"then": "AeroVironment"
|
|
},
|
|
{
|
|
"if": "network=Blink",
|
|
"then": "Blink"
|
|
},
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "Operator",
|
|
"question": {
|
|
"en": "Who is the operator of this charging station?",
|
|
"nl": "Wie beheert dit oplaadpunt?",
|
|
"ca": "Qui és l'operadora d'aquesta estació de càrrega?",
|
|
"de": "Wer ist der Betreiber dieser Ladestation?"
|
|
},
|
|
"render": {
|
|
"en": "This charging station is operated by {operator}",
|
|
"nl": "Wordt beheerd door {operator}",
|
|
"ca": "Aquesta estació de càrrega l'opera {operator}",
|
|
"de": "Die Station wird betrieben von {operator}",
|
|
"pl": "Ta stacja ładowania jest obsługiwana przez {operator}"
|
|
},
|
|
"freeform": {
|
|
"key": "operator"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"network:={operator}"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "Actually, {operator} is the network",
|
|
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt",
|
|
"ca": "De fet, {operator} és la xarxa",
|
|
"de": "Eigentlich ist {operator} das Netzwerk"
|
|
},
|
|
"addExtraTags": [
|
|
"operator="
|
|
],
|
|
"hideInAnswer": "operator="
|
|
}
|
|
],
|
|
"condition": "network="
|
|
},
|
|
{
|
|
"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?",
|
|
"ca": "A quin número es pot cridar si hi ha algun problema amb aquest punt de càrrega?",
|
|
"de": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?",
|
|
"pl": "Na jaki numer można zadzwonić w przypadku problemów z tą stacją ładowania?"
|
|
},
|
|
"render": {
|
|
"en": "In case of problems, call <a href='tel:{phone}'>{phone}</a>",
|
|
"nl": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>",
|
|
"ca": "En cas de problemes, truqueu a <a href='tel:{phone}'>{phone}</a>",
|
|
"de": "Bei Problemen, anrufen unter <a href='tel:{phone}'>{phone}</a>",
|
|
"pl": "W przypadku problemów zadzwoń na <a href='tel:{phone}'>{phone}</a>"
|
|
},
|
|
"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?",
|
|
"ca": "Quin és el correu electrònic de l'operadora?",
|
|
"de": "Wie lautet die E-Mail-Adresse des Betreibers?"
|
|
},
|
|
"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>",
|
|
"ca": "En cas de problemes, envia un email a <a href='mailto:{email}'>{email}</a>",
|
|
"de": "Bei Problemen senden Sie bitte eine E-Mail an <a href='mailto:{email}'>{email}</a>",
|
|
"pl": "W przypadku problemów, wyślij emaila do <a href='mailto:{email}'>{email}</a>"
|
|
},
|
|
"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?",
|
|
"de": "Auf welcher Webseite kann man weitere Informationen über diese Ladestation finden?"
|
|
},
|
|
"render": {
|
|
"en": "More info on <a href='{website}'>{website}</a>",
|
|
"nl": "Meer informatie op <a href='{website}'>{website}</a>",
|
|
"de": "Weitere Informationen unter <a href='{website}'>{website}</a>"
|
|
},
|
|
"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?",
|
|
"de": "Welche Kennnummer hat die Ladestation?",
|
|
"pl": "Jaki jest numer referencyjny tej stacji ładowania?"
|
|
},
|
|
"render": {
|
|
"en": "Reference number is <b>{ref}</b>",
|
|
"nl": "Het referentienummer van dit oplaadpunt is <b>{ref}</b>",
|
|
"de": "Die Kennziffer ist <b>{ref}</b>",
|
|
"pl": "Numer referencyjny to <b>{ref}</b>"
|
|
},
|
|
"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?",
|
|
"nl": "Is dit oplaadpunt operationeel?",
|
|
"ca": "Està en ús aquest punt de càrrega?",
|
|
"de": "Ist die Station in Betrieb?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"planned:amenity=",
|
|
"construction:amenity=",
|
|
"disused:amenity=",
|
|
"operational_status=",
|
|
"amenity=charging_station"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "This charging station works",
|
|
"nl": "Dit oplaadpunt werkt",
|
|
"ca": "Aquesta estació de càrrega funciona",
|
|
"de": "Die Station ist in Betrieb",
|
|
"fr": "Cette station de recharge fonctionne",
|
|
"pl": "Ta stacja ładowania działa"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"planned:amenity=",
|
|
"construction:amenity=",
|
|
"disused:amenity=",
|
|
"operational_status=broken",
|
|
"amenity=charging_station"
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "This charging station is broken",
|
|
"nl": "Dit oplaadpunt is kapot",
|
|
"ca": "Aquesta estació de carrega està trencada",
|
|
"de": "Die Station ist defekt",
|
|
"pl": "Ta stacja ładowania jest zepsuta"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"planned:amenity=charging_station",
|
|
"construction:amenity=",
|
|
"disused:amenity=",
|
|
"operational_status=",
|
|
"amenity="
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "A charging station is planned here",
|
|
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
|
|
"ca": "Aquí està prevista una estació de recàrrega",
|
|
"de": "Die Station ist erst in Planung",
|
|
"pl": "Planowana jest tutaj stacja ładowania"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"planned:amenity=",
|
|
"construction:amenity=charging_station",
|
|
"disused:amenity=",
|
|
"operational_status=",
|
|
"amenity="
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "A charging station is constructed here",
|
|
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd",
|
|
"de": "Die Station ist aktuell im Bau",
|
|
"pl": "Budowana jest tutaj stacja ładowania"
|
|
}
|
|
},
|
|
{
|
|
"if": {
|
|
"and": [
|
|
"planned:amenity=",
|
|
"construction:amenity=",
|
|
"disused:amenity=charging_station",
|
|
"operational_status=",
|
|
"amenity="
|
|
]
|
|
},
|
|
"then": {
|
|
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
|
|
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
|
|
"ca": "Aquesta estació de recàrrega s'ha desactivat permanentment i ja no s'utilitza, però encara és visible",
|
|
"de": "Die Station ist dauerhaft geschlossen und nicht mehr in Nutzung, aber noch sichtbar"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "Parking:fee",
|
|
"question": {
|
|
"en": "Does one have to pay a parking fee while charging?",
|
|
"nl": "Moet men parkeergeld betalen tijdens het opladen?",
|
|
"ca": "Cal pagar una taxa d'aparcament mentre es carrega?",
|
|
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "parking:fee=no",
|
|
"then": {
|
|
"en": "No additional parking cost while charging",
|
|
"nl": "Geen extra parkeerkost tijdens het opladen",
|
|
"ca": "No cal pagar una taxa addicional mentres carrega",
|
|
"de": "Keine zusätzlichen Parkkosten während des Ladens"
|
|
}
|
|
},
|
|
{
|
|
"if": "parking:fee=yes",
|
|
"then": {
|
|
"en": "An additional parking fee should be paid while charging",
|
|
"nl": "Tijdens het opladen moet er parkeergeld betaald worden",
|
|
"ca": "Cal pagar una taxa addicional d'aparcament mentres carrega",
|
|
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten"
|
|
}
|
|
}
|
|
],
|
|
"condition": {
|
|
"or": [
|
|
"motor_vehicle=yes",
|
|
"hgv=yes",
|
|
"bus=yes",
|
|
"bicycle=no",
|
|
"bicycle="
|
|
]
|
|
}
|
|
},
|
|
"questions",
|
|
{
|
|
"id": "questions-technical",
|
|
"render": {
|
|
"en": "<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}",
|
|
"nl": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions(technical)}",
|
|
"de": "<h3>Technische Frage</h3>Die nächsten Fragen sind sehr technisch. Du kannst diese auch überspringen.<br/>{questions(technical)}"
|
|
}
|
|
}
|
|
],
|
|
"filter": [
|
|
{
|
|
"id": "vehicle-type",
|
|
"options": [
|
|
{
|
|
"question": {
|
|
"en": "All vehicle types",
|
|
"nl": "Alle voertuigen",
|
|
"ca": "Tots els tipus de vehicles",
|
|
"de": "Ladestationen für alle Fahrzeugtypen",
|
|
"fr": "Tous les types de véhicules",
|
|
"it": "Tutti i tipi di veicoli"
|
|
}
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Charging station for bicycles",
|
|
"nl": "Oplaadpunten voor fietsen",
|
|
"ca": "Punt de recàrrega per a bicicletes",
|
|
"de": "Ladestationen für Fahrräder",
|
|
"fr": "Station de recharge pour vélos",
|
|
"it": "Stazione di ricarica per biciclette"
|
|
},
|
|
"osmTags": "bicycle=yes"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Charging station for cars",
|
|
"nl": "Oplaadpunten voor auto's",
|
|
"de": "Ladestationen für Autos",
|
|
"fr": "Station de recharge pour voitures",
|
|
"it": "Stazione di ricarica per auto"
|
|
},
|
|
"osmTags": {
|
|
"or": [
|
|
"car=yes",
|
|
"motorcar=yes"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "working",
|
|
"options": [
|
|
{
|
|
"question": {
|
|
"en": "Only working charging stations",
|
|
"nl": "Enkel werkende oplaadpunten",
|
|
"de": "Nur Ladestationen in Betrieb",
|
|
"fr": "Seulement les stations de recharge qui fonctionnent",
|
|
"it": "Solo stazioni di ricarica funzionanti"
|
|
},
|
|
"osmTags": {
|
|
"and": [
|
|
"operational_status!=broken",
|
|
"amenity=charging_station"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "connection_type",
|
|
"options": [
|
|
{
|
|
"question": {
|
|
"en": "All connectors",
|
|
"nl": "Alle types",
|
|
"de": "Alle Anschlüsse",
|
|
"it": "Tutti i connettori"
|
|
}
|
|
},
|
|
{
|
|
"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>",
|
|
"ca": "Té un connector <div style='display: inline-block'><b><b>Schuko</b> sense pin de terra (CEE7/4 tipus 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>"
|
|
},
|
|
"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>",
|
|
"ca": "Té un connector <div style='display: inline-block'><b><b>endoll de paret Europeu</b> amb un pin de terra (CEE7/4 tipus F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>",
|
|
"de": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss"
|
|
},
|
|
"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",
|
|
"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>",
|
|
"ca": "Té un connector <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"
|
|
},
|
|
"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>",
|
|
"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"
|
|
},
|
|
"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>",
|
|
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 (J1772)</b>Stecker <i>ohne</i> Kabel</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>",
|
|
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 CCS</b> (Typ 1 Combo)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker"
|
|
},
|
|
"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",
|
|
"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"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> Anschluss"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <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> Anschluss"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
|
|
},
|
|
"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>",
|
|
"de": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
|
|
},
|
|
"osmTags": "socket:bosch_5pin~*"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Has a <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> connector",
|
|
"nl": "Heeft een <div style='display: inline-block'><b><b>BS1363</b> (VK 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div>",
|
|
"de": "Hat ein <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> Anschluss"
|
|
},
|
|
"osmTags": "socket:bs1363~*"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Has a <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> connector",
|
|
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-15</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div>",
|
|
"de": "Hat ein <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> Anschluss"
|
|
},
|
|
"osmTags": "socket:nema5_15~*"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Has a <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> connector",
|
|
"nl": "Heeft een <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Zwitserse 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div>",
|
|
"de": "Hat ein <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> Anschluss"
|
|
},
|
|
"osmTags": "socket:sev1011_t23~*"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Has a <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> connector",
|
|
"nl": "Heeft een <div style='display: inline-block'><b><b>AS3112</b> (Australische 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div>",
|
|
"de": "Hat ein <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> Anschluss"
|
|
},
|
|
"osmTags": "socket:as3112~*"
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "Has a <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> connector",
|
|
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-20</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div>",
|
|
"de": "Hat ein <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> Anschluss"
|
|
},
|
|
"osmTags": "socket:nema_5_20~*"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deletion": {
|
|
"softDeletionTags": {
|
|
"and": [
|
|
"amenity=",
|
|
"disused:amenity=charging_station"
|
|
]
|
|
},
|
|
"neededChangesets": 10
|
|
},
|
|
"allowMove": {
|
|
"enableRelocation": false,
|
|
"enableImproveAccuracy": true
|
|
},
|
|
"units": [
|
|
{
|
|
"maxstay": {
|
|
"quantity": "duration",
|
|
"denominations": [
|
|
"minutes",
|
|
"hours",
|
|
"days"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"socket:schuko:voltage": "voltage",
|
|
"socket:schuko:current": "current",
|
|
"socket:schuko:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:typee:voltage": "voltage",
|
|
"socket:typee:current": "current",
|
|
"socket:typee:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:chademo:voltage": "voltage",
|
|
"socket:chademo:current": "current",
|
|
"socket:chademo:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type1_cable:voltage": "voltage",
|
|
"socket:type1_cable:current": "current",
|
|
"socket:type1_cable:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type1:voltage": "voltage",
|
|
"socket:type1:current": "current",
|
|
"socket:type1:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type1_combo:voltage": "voltage",
|
|
"socket:type1_combo:current": "current",
|
|
"socket:type1_combo:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:tesla_supercharger:voltage": "voltage",
|
|
"socket:tesla_supercharger:current": "current",
|
|
"socket:tesla_supercharger:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type2:voltage": "voltage",
|
|
"socket:type2:current": "current",
|
|
"socket:type2:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type2_combo:voltage": "voltage",
|
|
"socket:type2_combo:current": "current",
|
|
"socket:type2_combo:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:type2_cable:voltage": "voltage",
|
|
"socket:type2_cable:current": "current",
|
|
"socket:type2_cable:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:tesla_supercharger_ccs:voltage": "voltage",
|
|
"socket:tesla_supercharger_ccs:current": "current",
|
|
"socket:tesla_supercharger_ccs:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:tesla_destination:voltage": "voltage",
|
|
"socket:tesla_destination:current": "current",
|
|
"socket:tesla_destination:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:USB-A:voltage": "voltage",
|
|
"socket:USB-A:current": "current",
|
|
"socket:USB-A:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:bosch_3pin:voltage": "voltage",
|
|
"socket:bosch_3pin:current": "current",
|
|
"socket:bosch_3pin:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:bosch_5pin:voltage": "voltage",
|
|
"socket:bosch_5pin:current": "current",
|
|
"socket:bosch_5pin:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:bs1363:voltage": "voltage",
|
|
"socket:bs1363:current": "current",
|
|
"socket:bs1363:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:nema5_15:voltage": "voltage",
|
|
"socket:nema5_15:current": "current",
|
|
"socket:nema5_15:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:sev1011_t23:voltage": "voltage",
|
|
"socket:sev1011_t23:current": "current",
|
|
"socket:sev1011_t23:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:as3112:voltage": "voltage",
|
|
"socket:as3112:current": "current",
|
|
"socket:as3112:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
},
|
|
"socket:nema_5_20:voltage": "voltage",
|
|
"socket:nema_5_20:current": "current",
|
|
"socket:nema_5_20:output": {
|
|
"quantity": "power",
|
|
"denominations": [
|
|
"kW",
|
|
"MW"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"#": "no-question-hint-check"
|
|
}
|