Add charging stations to cyclofix theme

This commit is contained in:
pietervdvn 2022-06-14 18:43:35 +02:00
parent 1e9057a16f
commit 53e760437c

View file

@ -50,6 +50,59 @@
"drinking_water",
"bike_themed_object",
"bike_cleaning",
"bike_parking"
"bike_parking",
{
"builtin": [
"charging_station"
],
"override": {
"id": "charging_station_ebikes",
"minzoom": 14,
"source": {
"osmTags": {
"and+": [
"bicycle=yes"
]
}
},
"filter": null,
"=mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg"
}
],
"=presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes"
],
"title": {
"nl": "laadpunt voor elektrische fietsen"
},
"preciseInput": {
"preferredBackground": "map"
}
}
]
}
},
{
"#": "All charging stations at a high zoom level, to avoid duplicates",
"builtin": "charging_station",
"override": {
"name": null,
"filter": {
"sameAs": "charging_station_ebike"
},
"minzoom": 18,
"=presets": []
}
}
]
}