Add charging stations to cyclofix theme
This commit is contained in:
parent
1e9057a16f
commit
53e760437c
1 changed files with 54 additions and 1 deletions
|
@ -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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue