diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 09775e433..ce47e0a4d 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -44,9 +44,19 @@ "bicycle_rental" ], "override": { - "id": "charging_station_non_docking", + "id": "bicycle_rental_non_docking", "minzoom": 14, "=presets": [], + "=mapRendering": [ + { + "icon": "pin:#ba2792;./assets/themes/cyclofix/key.svg", + "iconSize": "40,40,bottom", + "location": [ + "point", + "centroid" + ] + } + ], "source": { "osmTags": { "and+": [ @@ -62,12 +72,17 @@ "override": { "name": null, "filter": { - "sameAs": "charging_station_non_docking" + "sameAs": "bicycle_rental_non_docking" }, "minzoom": 18, - "mapRendering": [ + "=mapRendering": [ { - "icon": "pin:blue;./assets/themes/cyclofix/key.svg" + "icon": "pin:#ba2792;./assets/themes/cyclofix/key.svg", + "iconSize": "40,40,bottom", + "location": [ + "point", + "centroid" + ] } ] } diff --git a/assets/themes/cyclofix/key.svg b/assets/themes/cyclofix/key.svg new file mode 100644 index 000000000..bb4c55df7 --- /dev/null +++ b/assets/themes/cyclofix/key.svg @@ -0,0 +1,40 @@ + + + + + + diff --git a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json index 1746a59d6..3693711bb 100644 --- a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json +++ b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json @@ -208,7 +208,7 @@ "bicycle_rental" ], "override": { - "id": "charging_station_non_docking", + "id": "bicycle_rental_non_docking", "minzoom": 14, "source": { "osmTags": { @@ -225,7 +225,7 @@ "override": { "name": null, "filter": { - "sameAs": "charging_station_non_docking" + "sameAs": "bicycle_rental_non_docking" }, "minzoom": 18 }