diff --git a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json index 04557508b..1828a2d9c 100644 --- a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json +++ b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json @@ -25,6 +25,59 @@ "startLon": 4.433, "widenFactor": 1.5, "layers": [ + { + "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", + "socket:typee=1" + ], + "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 + } + }, { "builtin": "toilet", "override": { @@ -83,21 +136,6 @@ ] } }, - { - "builtin": "playground", - "override": { - "minzoom": 14, - "mapRendering": [ - { - "icon": { - "render": "./assets/themes/toerisme_vlaanderen/playground.svg" - } - } - ] - }, - "hideTagRenderingsWithLabels": ["extra"] - }, - "bicycle_rental", { "builtin": "bike_repair_station", "override": { @@ -145,59 +183,23 @@ "bike_repair_station-valves" ] }, + + "bicycle_rental", { - "builtin": [ - "charging_station" - ], + "builtin": "playground", "override": { - "id": "charging_station_ebikes", "minzoom": 14, - "source": { - "osmTags": { - "and+": [ - "bicycle=yes" - ] - } - }, - "=filter": null, - "=mapRendering": [ + "mapRendering": [ { - "location": [ - "point", - "centroid" - ], - "icon": "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg" - } - ], - "=presets": [ - { - "tags": [ - "amenity=charging_station", - "motorcar=no", - "bicycle=yes", - "socket:typee=1" - ], - "title": { - "nl": "laadpunt voor elektrische fietsen met gewone stekkers" - }, - "preciseInput": { - "preferredBackground": "map" + "icon": { + "render": "./assets/themes/toerisme_vlaanderen/playground.svg" } } ] - } - }, - { - "#": "All charging stations at a high zoom level, to avoid duplicates", - "builtin": "charging_station", - "override": { - "name": null, - "filter": { - "sameAs": "charging_station_ebike" - }, - "minzoom": 18 - } + }, + "hideTagRenderingsWithLabels": ["extra"] } + ], "hideFromOverview": true, "enableMoreQuests": false,