forked from MapComplete/MapComplete
103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"id": "charge_point",
|
|
"name": {
|
|
"en": "Charge points",
|
|
"de": "Ladesäulen",
|
|
"uk": "Пункти зарядки",
|
|
"ca": "Punts de càrrega",
|
|
"cs": "Nabíjecí body"
|
|
},
|
|
"description": {
|
|
"en": "Layer showing individual charge points within a charging station",
|
|
"de": "Ebene, die einzelne Ladepunkte innerhalb einer Ladestation anzeigt",
|
|
"ca": "Capa que mostra punts de càrrega individuals dins d'una estació de càrrega",
|
|
"cs": "Vrstva ukazuje jednotlivé nabíjecí body v rámci nabíjecí stanice"
|
|
},
|
|
"source": {
|
|
"osmTags": "man_made=charge_point"
|
|
},
|
|
"minzoom": 18,
|
|
"title": {
|
|
"render": {
|
|
"en": "Charge point",
|
|
"de": "Ladesäule",
|
|
"ca": "Punt de càrrega",
|
|
"cs": "Nabíjecí bod"
|
|
}
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "circle",
|
|
"color": "lightblue"
|
|
},
|
|
{
|
|
"icon": "./assets/themes/charging_stations/plug.svg"
|
|
}
|
|
],
|
|
"iconSize": "25,25"
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a charge point",
|
|
"de": "eine Ladesäule",
|
|
"ca": "un punt de càrrega",
|
|
"cs": "nabíjecí bod"
|
|
},
|
|
"tags": [
|
|
"man_made=charge_point"
|
|
],
|
|
"description": {
|
|
"en": "Add an individual charge point within a larger charging station",
|
|
"de": "Füge eine einzelne Ladesäule innerhalb einer größeren Ladestation hinzu",
|
|
"ca": "Afegeix un punt de càrrega individual dins d'una estació de càrrega més gran",
|
|
"cs": "Přidat jednotlivý nabíjecí bod v rámci větší nabíjecí stanice"
|
|
}
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "ref",
|
|
"question": {
|
|
"en": "What is the reference number of this charge point?",
|
|
"de": "Wie lautet die Referenznummer dieser Ladesäule?",
|
|
"ca": "Quin és el número de referència d'aquest punt de càrrega?",
|
|
"cs": "Jaké je referenční číslo tohoto nabíjecího bodu?"
|
|
},
|
|
"freeform": {
|
|
"key": "ref",
|
|
"placeholder": {
|
|
"en": "Reference number of the charge point, e.g. 2126",
|
|
"de": "Referenznummer der Ladesäule, z. B. 2126",
|
|
"uk": "Реєстраційний номер точки заряду, наприклад, 2126",
|
|
"ca": "Número de referència del punt de càrrega, p. ex. 2126",
|
|
"cs": "Referenční číslo nabíjecího bodu, např. 2126"
|
|
}
|
|
},
|
|
"render": {
|
|
"en": "The reference of this charge point is {ref}",
|
|
"de": "Die Referenz dieser Ladesäule ist {ref}",
|
|
"ca": "La referència d'aquest punt de càrrega és {ref}",
|
|
"cs": "Referenční číslo tohoto nabíjecího bodu je {ref}"
|
|
}
|
|
},
|
|
"charging_station.capacity",
|
|
"charging_station.Available_charging_stations (generated)",
|
|
"charging_station.plugs-amount",
|
|
"questions",
|
|
"charging_station.questions-technical",
|
|
"charging_station.technical"
|
|
],
|
|
"allowMove": {
|
|
"enableImproveAccuracy": true,
|
|
"enableRelocation": false
|
|
}
|
|
}
|