mapcomplete/assets/themes/charging_stations/charging_stations.json

380 lines
11 KiB
JSON
Raw Normal View History

2020-10-23 19:26:08 +02:00
{
"id": "charging_stations",
"title": {
2021-05-27 21:20:04 +02:00
"en": "Charging stations",
"id": "Stasiun pengisian daya",
2021-06-04 17:23:17 +02:00
"ru": "Зарядные станции",
2021-06-08 16:56:36 +02:00
"ja": "充電ステーション",
2021-07-04 00:22:46 +02:00
"zh_Hant": "充電站",
"it": "Stazioni di ricarica",
2021-08-19 17:35:45 +02:00
"nl": "Oplaadpunten",
"fr": "Station de recharge"
2020-10-23 19:26:08 +02:00
},
"shortDescription": {
2021-05-28 12:58:53 +02:00
"en": "A worldwide map of charging stations",
2021-06-04 17:23:17 +02:00
"ru": "Карта зарядных станций по всему миру",
2021-06-08 16:56:36 +02:00
"ja": "充電ステーションの世界地図",
2021-07-04 00:22:46 +02:00
"zh_Hant": "全世界的充電站地圖",
"it": "Una mappa mondiale delle stazioni di ricarica",
2021-08-19 17:35:45 +02:00
"nl": "Een wereldwijde kaart van oplaadpunten",
"fr": "Carte mondiale de stations de recharge"
2020-10-23 19:26:08 +02:00
},
"description": {
2021-05-28 12:58:53 +02:00
"en": "On this open map, one can find and mark information about charging stations",
2021-06-04 17:23:17 +02:00
"ru": "На этой карте вы можно найти и отметить информацию о зарядных станциях",
2021-06-08 16:56:36 +02:00
"ja": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます",
2021-07-04 00:22:46 +02:00
"zh_Hant": "在這份開放地圖上,你可以尋找與標示充電站的資訊",
2021-08-19 17:35:45 +02:00
"it": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni",
"fr": "Cette carte indique et permet dindiquer des informations sur les stations de recharge"
2020-10-23 19:26:08 +02:00
},
"language": [
2021-05-27 21:20:04 +02:00
"en",
"id",
2021-06-04 17:23:17 +02:00
"ru",
2021-06-08 16:56:36 +02:00
"ja",
2021-06-11 22:53:09 +02:00
"zh_Hant",
2021-07-04 00:22:46 +02:00
"it",
"nl",
2021-08-19 17:35:45 +02:00
"fr",
2021-06-11 22:53:09 +02:00
"nb_NO"
2020-10-23 19:26:08 +02:00
],
"maintainer": "",
"icon": "./assets/themes/charging_stations/logo.svg",
2020-10-23 19:26:08 +02:00
"version": "0",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
{
"id": "charging_stations",
"name": {
2021-05-27 21:20:04 +02:00
"en": "Charging stations",
2021-06-04 17:23:17 +02:00
"ru": "Зарядные станции",
2021-06-08 16:56:36 +02:00
"ja": "充電ステーション",
2021-06-11 22:53:09 +02:00
"zh_Hant": "充電站",
2021-07-04 00:22:46 +02:00
"nb_NO": "Ladestasjoner",
"it": "Stazioni di ricarica",
2021-08-19 17:35:45 +02:00
"nl": "Oplaadpunten",
"fr": "Station de recharge"
2020-10-23 19:26:08 +02:00
},
"minzoom": 10,
2021-03-21 01:49:08 +01:00
"source": {
"osmTags": {
"and": [
"amenity=charging_station"
]
}
2020-10-23 19:26:08 +02:00
},
"title": {
"render": {
2021-05-27 21:20:04 +02:00
"en": "Charging station",
2021-06-04 17:23:17 +02:00
"ru": "Зарядная станция",
2021-06-08 16:56:36 +02:00
"ja": "充電ステーション",
2021-06-11 22:53:09 +02:00
"zh_Hant": "充電站",
2021-07-04 00:22:46 +02:00
"nb_NO": "Ladestasjon",
"it": "Stazione di ricarica",
2021-08-19 17:35:45 +02:00
"nl": "Oplaadpunt",
"fr": "Station de recharge"
2020-10-23 19:26:08 +02:00
}
},
"description": {
2021-05-27 21:20:04 +02:00
"en": "A charging station",
2021-06-04 17:23:17 +02:00
"ru": "Зарядная станция",
2021-06-08 16:56:36 +02:00
"ja": "充電ステーション",
2021-06-11 22:53:09 +02:00
"zh_Hant": "充電站",
2021-07-04 00:22:46 +02:00
"nb_NO": "En ladestasjon",
"it": "Una stazione di ricarica",
2021-08-19 17:35:45 +02:00
"nl": "Een oplaadpunt",
"fr": "Une station de recharge"
2020-10-23 19:26:08 +02:00
},
"tagRenderings": [
2020-11-02 23:17:20 +01:00
"images",
2020-10-25 00:45:25 +02:00
{
"#": "Type",
"question": "Is this charging station meant for cars or bicycles?",
2020-10-25 00:45:25 +02:00
"mappings": [
{
"if": {
"and": [
"motorcar=yes",
"bicycle=yes"
]
},
"then": "This is a charging station for <b>both bicycles and cars</b>"
},
{
"if": {
"and": [
"motorcar=",
"car=",
"bicycle=yes"
]
},
"then": "This is a charging station exclusively for <b>bicycles</b>"
2020-10-25 00:45:25 +02:00
},
{
"if": {
"and": [
"motorcar=yes",
"car=",
"bicycle="
]
},
"then": "This is a charging station exclusively for <b>electric cars and similar vehicles</b>"
},
{
"if": {
"and": [
"car=yes",
"bicycle="
]
},
"then": "This is a charging station exclusively for <b>electric cars</b>",
"hideInAnswer": true
},
{
"if": {
"and": [
"car=yes",
"bicycle=yes"
]
},
"then": "This is a charging station for <b>both electric cars and bicycles</b>",
"hideInAnswer": true
2020-10-25 00:45:25 +02:00
}
]
},
{
"#": "capacity",
"render": "{capacity} vehicles can be charged here at the same time",
"question": "How much vehicles can be charged here at the same time?",
2020-10-25 00:45:25 +02:00
"freeform": {
"key": "capacity",
"type": "pnat"
}
},
{
"#": "Authentication",
"multiAnswer": true,
"mappings": [
{
"if": "authentication:membership_card=yes",
"then": "Authentication by a membership card"
},
{
"if": "authentication:app=yes",
"then": "Authentication by an app"
},
{
"if": "authentication:phone_call=yes",
"then": "Authentication via phone call is available"
},
{
"if": "authentication:short_message=yes",
"then": "Authentication via phone call is available"
},
{
"if": "authentication:nfc=yes",
"then": "Authentication via NFC is available"
},
{
"if": "authentication:money_card=yes",
"then": "Authentication via Money Card is available"
},
{
"if": "authentication:debig=yes",
"then": "Authentication via debit card is available"
},
{
"if": "authentication:none=yes",
"then": "No authentication is needed"
}
]
},
{
"#": "Auth phone",
"render": "Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>",
"freeform": {
"key": "authentication:phone_call:number",
"type": "phone"
},
"condition": {
"or": [
"authentication:phone_call=yes",
"authentication:short_message=yes"
]
}
},
{
"#": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
2021-05-28 12:58:53 +02:00
"en": "When is this charging station opened?",
2021-06-04 17:23:17 +02:00
"ru": "В какое время работает эта зарядная станция?",
2021-06-08 16:56:36 +02:00
"ja": "この充電ステーションはいつオープンしますか?",
2021-06-11 22:53:09 +02:00
"zh_Hant": "何時是充電站開放使用的時間?",
2021-07-04 00:22:46 +02:00
"nb_NO": "Når åpnet denne ladestasjonen?",
2021-08-19 17:35:45 +02:00
"it": "Quali sono gli orari di apertura di questa stazione di ricarica?",
"fr": "Quand cette station a-telle été ouverte ?"
2020-10-25 00:45:25 +02:00
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": "24/7 opened (including holidays)"
}
]
},
2020-10-23 19:26:08 +02:00
{
"#": "Network",
"render": {
2021-05-27 21:20:04 +02:00
"en": "{network}",
2021-06-04 17:23:17 +02:00
"ru": "{network}",
2021-06-08 16:56:36 +02:00
"ja": "{network}",
2021-06-11 22:53:09 +02:00
"zh_Hant": "{network}",
2021-07-04 00:22:46 +02:00
"nb_NO": "{network}",
"it": "{network}",
2021-08-19 17:35:45 +02:00
"nl": "{network}",
"fr": "{network}"
2020-10-23 19:26:08 +02:00
},
"question": {
2021-06-11 22:53:09 +02:00
"en": "What network of this charging station under?",
"ru": "К какой сети относится эта зарядная станция?",
2021-06-08 16:56:36 +02:00
"ja": "この充電ステーションの運営チェーンはどこですか?",
2021-07-04 00:22:46 +02:00
"zh_Hant": "充電站所屬的網路是?",
2021-08-19 17:35:45 +02:00
"it": "A quale rete appartiene questa stazione di ricarica?",
"fr": "De quel réseau fait-elle partie ?"
2020-10-23 19:26:08 +02:00
},
"freeform": {
"key": "network"
},
"mappings": [
2020-10-23 21:41:16 +02:00
{
"if": {
"and": [
"no:network=yes"
]
},
"then": {
2021-05-28 12:58:53 +02:00
"en": "Not part of a bigger network",
2021-06-04 17:23:17 +02:00
"ru": "Не является частью более крупной сети",
2021-06-08 16:56:36 +02:00
"ja": "大規模な運営チェーンの一部ではない",
2021-07-04 00:22:46 +02:00
"zh_Hant": "不屬於大型網路",
"it": "Non appartiene a una rete",
2021-08-19 17:35:45 +02:00
"nl": "Maakt geen deel uit van een netwerk",
"fr": "Pas de réseau"
2020-10-23 21:41:16 +02:00
}
},
2020-10-23 19:26:08 +02:00
{
"if": {
"and": [
"network=AeroVironment"
]
},
"then": {
2021-05-28 12:58:53 +02:00
"en": "AeroVironment",
2021-06-04 17:23:17 +02:00
"ru": "AeroVironment",
2021-06-08 16:56:36 +02:00
"ja": "AeroVironment",
2021-07-04 00:22:46 +02:00
"zh_Hant": "AeroVironment",
"it": "AeroVironment",
2021-08-19 17:35:45 +02:00
"nl": "AeroVironment",
"fr": "AeroVironment"
2020-10-23 19:26:08 +02:00
}
},
{
"if": {
"and": [
"network=Blink"
]
},
"then": {
2021-05-28 12:58:53 +02:00
"en": "Blink",
2021-06-04 17:23:17 +02:00
"ru": "Blink",
2021-06-08 16:56:36 +02:00
"ja": "Blink",
2021-07-04 00:22:46 +02:00
"zh_Hant": "Blink",
"it": "Blink",
2021-08-19 17:35:45 +02:00
"nl": "Blink",
"fr": "Blink"
2020-10-23 19:26:08 +02:00
}
},
{
"if": {
"and": [
"network=eVgo"
]
},
"then": {
2021-05-27 21:20:04 +02:00
"en": "eVgo",
2021-06-04 17:23:17 +02:00
"ru": "eVgo",
2021-06-08 16:56:36 +02:00
"ja": "eVgo",
2021-07-04 00:22:46 +02:00
"zh_Hant": "eVgo",
"it": "eVgo",
2021-08-19 17:35:45 +02:00
"nl": "eVgo",
"fr": "eVgo"
2020-10-23 19:26:08 +02:00
}
}
]
}
],
"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"
}
]
2020-10-23 19:26:08 +02:00
},
"iconOverlays": [
{
"if": {
"and": [
"bicycle=yes",
{
"or": [
"motorcar=yes",
"car=yes"
]
}
]
},
"then": "circle:#fff;./assets/themes/charging_stations/car.svg",
"badge": true
}
],
2020-10-23 19:26:08 +02:00
"width": {
"render": "8"
},
"iconSize": {
"render": "50,50,bottom"
2020-10-23 19:26:08 +02:00
},
"color": {
"render": "#00f"
},
2020-10-25 00:45:25 +02:00
"presets": [
{
"tags": [
"amenity=charging_station"
],
"title": "Charging station"
}
],
2020-10-23 19:26:08 +02:00
"wayHandling": 1
}
],
"roamingRenderings": []
}