forked from MapComplete/MapComplete
86 lines
2 KiB
JSON
86 lines
2 KiB
JSON
{
|
|
"id": "charge_point",
|
|
"name": {
|
|
"en": "Charge points",
|
|
"de": "Ladesäulen",
|
|
"uk": "Пункти зарядки"
|
|
},
|
|
"description": {
|
|
"en": "Layer showing individual charge points within a charging station",
|
|
"de": "Ebene, die einzelne Ladepunkte innerhalb einer Ladestation anzeigt"
|
|
},
|
|
"source": {
|
|
"osmTags": "man_made=charge_point"
|
|
},
|
|
"minzoom": 18,
|
|
"title": {
|
|
"render": {
|
|
"en": "Charge point",
|
|
"de": "Ladesäule"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "ref",
|
|
"question": {
|
|
"en": "What is the reference number of this charge point?",
|
|
"de": "Wie lautet die Referenznummer dieser Ladesäule?"
|
|
},
|
|
"freeform": {
|
|
"key": "ref",
|
|
"placeholder": {
|
|
"en": "Reference number of the charge point, e.g. 2126",
|
|
"de": "Referenznummer der Ladesäule, z. B. 2126"
|
|
}
|
|
},
|
|
"render": {
|
|
"en": "The reference of this charge point is {ref}",
|
|
"de": "Die Referenz dieser Ladesäule ist {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
|
|
}
|
|
}
|