2021-09-06 01:35:08 +02:00
{
2021-10-25 23:58:42 +02:00
"id" : "charging_station" ,
"name" : {
"en" : "Charging stations" ,
"nl" : "Oplaadpunten"
} ,
"minzoom" : 10 ,
"source" : {
"osmTags" : {
"or" : [
"amenity=charging_station" ,
"disused:amenity=charging_station" ,
"planned:amenity=charging_station" ,
"construction:amenity=charging_station"
]
}
} ,
"title" : {
"render" : {
"en" : "Charging station" ,
"nl" : "Oplaadpunten"
}
} ,
"description" : {
"en" : "A charging station" ,
"nl" : "Oplaadpunten"
} ,
"tagRenderings" : [
"images" ,
{
"id" : "Type" ,
"#" : "Allowed vehicle types" ,
"question" : {
"en" : "Which vehicles are allowed to charge here?" ,
"nl" : "Welke voertuigen kunnen hier opgeladen worden?"
} ,
"multiAnswer" : true ,
"mappings" : [
{
"if" : "bicycle=yes" ,
"ifnot" : "bicycle=no" ,
"then" : {
"en" : "<b>Bcycles</b> can be charged here" ,
"nl" : "<b>Fietsen</b> kunnen hier opgeladen worden"
}
} ,
{
"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"
}
} ,
{
"if" : "scooter=yes" ,
"ifnot" : "scooter=no" ,
"then" : {
"en" : "<b>Scooters</b> can be charged here" ,
"nl" : "<b>Electrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
}
} ,
{
"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"
}
} ,
{
"if" : "bus=yes" ,
"ifnot" : "bus=no" ,
"then" : {
"en" : "<b>Buses</b> can be charged here" ,
"nl" : "<b>Bussen</b> kunnen hier opgeladen worden"
}
}
]
2021-10-15 05:20:02 +02:00
} ,
2021-10-25 23:58:42 +02:00
{
"id" : "access" ,
"question" : {
"en" : "Who is allowed to use this charging station?" ,
"nl" : "Wie mag er dit oplaadpunt gebruiken?"
} ,
"render" : {
"en" : "Access is {access}" ,
"nl" : "Toegang voor {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)"
}
} ,
{
"if" : {
2021-10-15 05:20:02 +02:00
"or" : [
2021-10-25 23:58:42 +02:00
"access=permissive" ,
"access=public"
2021-10-15 05:20:02 +02:00
]
2021-10-25 23:58:42 +02:00
} ,
"then" : {
"en" : "Anyone can use this charging station (payment might be needed)" ,
"nl" : "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
} ,
"hideInAnswer" : true
} ,
{
"if" : "access=customers" ,
"then" : {
"en" : "Only customers of the place this station belongs to can use this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests</span>" ,
"nl" : "Enkel <b>klanten van de bijhorende plaats</b> mogen dit oplaadpunt gebruiken<br/><span class='subtle'>Bijvoorbeeld een oplaadpunt op de parking van een restaurant dat enkel door klanten van het restaurant gebruikt mag worden</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 <span class='subtle'>Enkel toegankelijk voor de eigenaar, medewerkers ,...</span> "
}
2021-10-09 23:51:04 +02:00
}
2021-10-25 23:58:42 +02:00
]
2021-10-09 23:51:04 +02:00
} ,
2021-10-25 23:58:42 +02:00
{
"id" : "capacity" ,
"render" : {
"en" : "{capacity} vehicles can be charged here at the same time" ,
"nl" : "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden"
} ,
"question" : {
"en" : "How much vehicles can be charged here at the same time?" ,
"nl" : "Hoeveel voertuigen kunnen hier opgeladen worden?"
} ,
"freeform" : {
"key" : "capacity" ,
"type" : "pnat"
}
2021-10-15 05:20:02 +02:00
} ,
2021-10-25 23:58:42 +02:00
{
"id" : "$$$"
2021-10-15 05:20:02 +02:00
} ,
2021-10-25 23:58:42 +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?" ,
"nl" : "Wanneer is dit oplaadpunt beschikbaar??"
} ,
"mappings" : [
{
"if" : "opening_hours=24/7" ,
"then" : {
"en" : "24/7 opened (including holidays)" ,
"nl" : "24/7 open - ook tijdens vakanties"
}
}
]
} ,
{
"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"
2021-10-15 05:20:02 +02:00
]
2021-10-25 23:58:42 +02:00
} ,
"then" : {
"nl" : "Gratis te gebruiken" ,
"en" : "Free to use"
} ,
"hideInAnswer" : true
2021-10-07 15:42:08 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : {
"and" : [
"fee=no" ,
"fee:conditional=" ,
"charge=" ,
"authentication:none=yes"
2021-10-09 23:51:04 +02:00
]
2021-10-25 23:58:42 +02:00
} ,
"then" : {
"nl" : "Gratis te gebruiken (zonder aan te melden)" ,
"en" : "Free to use (without authenticating)"
}
2021-10-09 23:51:04 +02:00
} ,
2021-10-01 05:01:37 +02:00
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : {
"and" : [
"fee=yes" ,
"fee:conditional=no @ customers"
2021-10-14 20:31:04 +02:00
]
2021-10-25 23:58:42 +02:00
} ,
"then" : {
"nl" : "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/..." ,
"en" : "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station"
}
2021-10-07 15:42:08 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : {
"and" : [
"fee=yes" ,
"fee:conditional="
]
} ,
"then" : {
"nl" : "Betalend" ,
"en" : "Paid use"
}
}
]
} ,
{
"id" : "charge" ,
"question" : {
"en" : "How much does one have to pay to use this charging station?" ,
"nl" : "Hoeveel moet men betalen om dit oplaadpunt te gebruiken?"
} ,
"render" : {
"en" : "Using this charging station costs <b>{charge}</b>" ,
"nl" : "Dit oplaadpunt gebruiken kost <b>{charge}</b>"
} ,
"freeform" : {
"key" : "charge"
} ,
"condition" : "fee=yes"
} ,
{
"id" : "payment-options" ,
"builtin" : "payment-options" ,
"override" : {
"condition" : {
"or" : [
"fee=yes" ,
"charge~*"
]
} ,
"mappings+" : [
{
"if" : "payment:app=yes" ,
"ifnot" : "payment:app=no" ,
"then" : {
"en" : "Payment is done using a dedicated app" ,
"nl" : "Betalen via een app van het netwerk"
2021-10-15 05:20:02 +02:00
}
2021-10-25 23:58:42 +02:00
} ,
{
"if" : "payment:membership_card=yes" ,
"ifnot" : "payment:membership_card=no" ,
"then" : {
"en" : "Payment is done using a membership card" ,
"nl" : "Betalen via een lidkaart van het netwerk"
}
}
]
}
} ,
{
"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?"
} ,
"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"
}
2021-10-15 05:20:02 +02:00
} ,
2021-10-02 17:57:54 +02:00
{
2021-10-25 23:58:42 +02:00
"if" : "authentication:app=yes" ,
"ifnot" : "authentication:app=no" ,
"then" : {
"en" : "Authentication by an app" ,
"nl" : "Aanmelden via een applicatie is mogelijk"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "authentication:short_message=yes" ,
"ifnot" : "authentication:short_message=no" ,
"then" : {
"en" : "Authentication via SMS is available" ,
"nl" : "Aanmelden via SMS is mogelijk"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "authentication:nfc=yes" ,
"ifnot" : "authentication:nfc=no" ,
"then" : {
"en" : "Authentication via NFC is available" ,
"nl" : "Aanmelden via NFC is mogelijk"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
}
] ,
"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>"
} ,
"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?"
} ,
"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?"
} ,
"freeform" : {
"key" : "maxstay"
} ,
"render" : {
"en" : "One can stay at most <b>{canonical(maxstay)}</b>" ,
"nl" : "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
} ,
"mappings" : [
{
"if" : "maxstay=unlimited" ,
"then" : {
"en" : "No timelimit on leaving your vehicle here" ,
"nl" : "Geen maximum parkeertijd"
}
}
] ,
"condition" : {
"or" : [
"maxstay~*" ,
"motorcar=yes" ,
"hgv=yes" ,
"bus=yes"
]
}
} ,
{
"id" : "Network" ,
"render" : {
"en" : "Part of the network <b>{network}</b>"
} ,
"question" : {
"en" : "Is this charging station part of a network?"
} ,
"freeform" : {
"key" : "network"
} ,
"mappings" : [
{
"if" : "no:network=yes" ,
"then" : {
"en" : "Not part of a bigger network"
}
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "network=none" ,
"then" : {
"en" : "Not part of a bigger network"
} ,
"hideInAnswer" : true
2021-10-09 23:51:04 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "network=AeroVironment" ,
"then" : "AeroVironment"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "network=Blink" ,
"then" : "Blink"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "network=eVgo" ,
"then" : "eVgo"
}
]
} ,
{
"id" : "Operator" ,
"question" : {
"en" : "Who is the operator of this charging station?"
} ,
"render" : {
"en" : "This charging station is operated by {operator}"
} ,
"freeform" : {
"key" : "operator"
} ,
"mappings" : [
{
"if" : {
"and" : [
"network:={operator}"
]
} ,
"then" : {
"en" : "Actually, {operator} is the network"
} ,
"addExtraTags" : [
"operator="
] ,
"hideInAnswer" : "operator="
}
]
} ,
{
"id" : "phone" ,
"question" : {
"en" : "What number can one call if there is a problem with this charging station?"
} ,
"render" : {
"en" : "In case of problems, call <a href='tel:{phone}'>{phone}</a>"
} ,
"freeform" : {
"key" : "phone" ,
"type" : "phone"
}
} ,
{
"id" : "email" ,
"question" : {
"en" : "What is the email address of the operator?"
} ,
"render" : {
"en" : "In case of problems, send an email to <a href='mailto:{email}'>{email}</a>"
} ,
"freeform" : {
"key" : "email" ,
"type" : "email"
}
} ,
{
"id" : "website" ,
"question" : {
"en" : "What is the website of the operator?"
} ,
"render" : {
"en" : "More info on <a href='{website}'>{website}</a>"
} ,
"freeform" : {
"key" : "website" ,
"type" : "url"
}
} ,
"level" ,
{
"id" : "ref" ,
"question" : {
"en" : "What is the reference number of this charging station?"
} ,
"render" : {
"en" : "Reference number is <b>{ref}</b>" ,
"nl" : "Het referentienummer van dit oplaadpunt is <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?"
} ,
"mappings" : [
{
"if" : {
"and" : [
"planned:amenity=" ,
"construction:amenity=" ,
"disused:amenity=" ,
"operational_status=" ,
"amenity=charging_station"
]
} ,
"then" : {
"en" : "This charging station works" ,
"nl" : "Dit oplaadpunt werkt"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : {
"and" : [
"planned:amenity=" ,
"construction:amenity=charging_station" ,
"disused:amenity=" ,
"operational_status=broken" ,
"amenity="
]
} ,
"then" : {
"en" : "A charging station is constructed here" ,
"nl" : "Hier wordt op dit moment een oplaadpunt gebouwd"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : {
"and" : [
"planned:amenity=" ,
"construction:amenity=" ,
"disused:amenity=charging_station" ,
"operational_status=broken" ,
"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"
}
}
]
} ,
{
"id" : "Parking:fee" ,
"question" : {
"en" : "Does one have to pay a parking fee while charging?"
} ,
"mappings" : [
{
"if" : "parking:fee=no" ,
"then" : {
"en" : "No additional parking cost while charging"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"if" : "parking:fee=yes" ,
"then" : {
"en" : "An additional parking fee should be paid while charging"
}
}
] ,
"condition" : {
"or" : [
"motor_vehicle=yes" ,
"hgv=yes" ,
"bus=yes" ,
"bicycle=no" ,
"bicycle="
]
}
}
] ,
"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"
}
]
} ,
"iconOverlays" : [
{
"if" : {
"or" : [
"disused:amenity=charging_station" ,
"operational_status=broken"
]
} ,
"then" : "cross_bottom_right:#c22;"
} ,
{
"if" : {
"or" : [
"proposed:amenity=charging_station" ,
"planned:amenity=charging_station"
]
} ,
"then" : "./assets/layers/charging_station/under_construction.svg" ,
"badge" : true
} ,
{
"if" : {
"and" : [
"bicycle=yes" ,
{
"or" : [
"motorcar=yes" ,
"car=yes"
2021-10-15 05:20:02 +02:00
]
2021-10-25 23:58:42 +02:00
}
]
} ,
"then" : "circle:#fff;./assets/themes/charging_stations/car.svg" ,
"badge" : true
}
] ,
"width" : {
"render" : "8"
} ,
"iconSize" : {
"render" : "50,50,bottom"
} ,
"color" : {
"render" : "#00f"
} ,
"presets" : [
{
"tags" : [
"amenity=charging_station"
] ,
"title" : {
"en" : "Charging station"
} ,
"preciseInput" : {
"preferredBackground" : "map"
}
}
] ,
"wayHandling" : 1 ,
"filter" : [
{
"id" : "vehicle-type" ,
"options" : [
{
"question" : {
"en" : "All vehicle types" ,
"nl" : "Alle voertuigen"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"question" : {
"en" : "Charging station for bicycles" ,
"nl" : "Oplaadpunten voor fietsen"
} ,
"osmTags" : "bicycle=yes"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"question" : {
"en" : "Charging station for cars" ,
"nl" : "Oplaadpunten voor auto's"
} ,
"osmTags" : {
"or" : [
"car=yes" ,
"motorcar=yes"
2021-10-15 05:20:02 +02:00
]
2021-10-25 23:58:42 +02:00
}
}
]
} ,
{
"id" : "working" ,
"options" : [
2021-10-15 05:20:02 +02:00
{
2021-10-25 23:58:42 +02:00
"question" : {
"en" : "Only working charging stations"
} ,
"osmTags" : {
"and" : [
"operational_status!=broken" ,
"amenity=charging_station"
2021-10-15 05:20:02 +02:00
]
2021-10-25 23:58:42 +02:00
}
}
]
} ,
{
"id" : "connection_type" ,
"options" : [
{
"question" : {
"en" : "All connectors" ,
"nl" : "Alle types"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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>"
} ,
"osmTags" : "socket:chademo~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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>"
} ,
"osmTags" : "socket:tesla_supercharger~*"
2021-10-15 05:20:02 +02:00
} ,
2021-10-25 23:58:42 +02:00
{
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"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~*"
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"question" : {
"en" : "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector" ,
"nl" : "Heeft een <div style='display: inline-block'><b><b>Bosch Active Connect met 3 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
} ,
"osmTags" : "socket:bosch_3pin~*"
} ,
{
"question" : {
"en" : "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector" ,
"nl" : "Heeft een <div style='display: inline-block'><b><b>Bosch Active Connect met 5 pinnen</b> aan een kabel</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
} ,
"osmTags" : "socket:bosch_5pin~*"
}
]
}
] ,
"units" : [
{
"appliesToKey" : [
"maxstay"
] ,
"applicableUnits" : [
{
"canonicalDenomination" : "minutes" ,
"canonicalDenominationSingular" : "minute" ,
"alternativeDenomination" : [
"m" ,
"min" ,
"mins" ,
"minuten" ,
"mns"
] ,
"human" : {
"en" : " minutes" ,
"nl" : " minuten"
} ,
"humanSingular" : {
"en" : " minute" ,
"nl" : " minuut"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"canonicalDenomination" : "hours" ,
"canonicalDenominationSingular" : "hour" ,
"alternativeDenomination" : [
"h" ,
"hrs" ,
"hours" ,
"u" ,
"uur" ,
"uren"
] ,
"human" : {
"en" : " hours" ,
"nl" : " uren"
} ,
"humanSingular" : {
"en" : " hour" ,
"nl" : " uur"
}
2021-10-15 05:20:02 +02:00
} ,
{
2021-10-25 23:58:42 +02:00
"canonicalDenomination" : "days" ,
"canonicalDenominationSingular" : "day" ,
"alternativeDenomination" : [
"dys" ,
"dagen" ,
"dag"
] ,
"human" : {
"en" : " days" ,
"nl" : " day"
} ,
"humanSingular" : {
"en" : " day" ,
"nl" : " dag"
}
2021-10-14 20:31:04 +02:00
}
2021-10-25 23:58:42 +02:00
]
2021-10-25 22:43:25 +02:00
} ,
2021-10-25 23:58:42 +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" ,
"nl" : "volt"
}
}
] ,
"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" ,
"nl" : "kilowatt"
}
2021-10-25 22:43:25 +02:00
} ,
2021-10-25 23:58:42 +02:00
{
"canonicalDenomination" : "mW" ,
"alternativeDenomination" : [
"megawatt"
] ,
"human" : {
"en" : "megawatt" ,
"nl" : "megawatt"
}
}
] ,
"eraseInvalidValues" : true
2021-10-25 22:43:25 +02:00
}
2021-10-25 23:58:42 +02:00
] ,
"allowMove" : {
"enableRelocation" : false ,
"enableImproveAccuracy" : true
} ,
"deletion" : {
"softDeletionTags" : {
"and" : [
"amenity=" ,
"disused:amenity=charging_station"
]
} ,
"neededChangesets" : 10
}
2021-09-06 02:17:28 +02:00
}