diff --git a/assets/layers/bicycle_library/bicycle_library.json b/assets/layers/bicycle_library/bicycle_library.json index 0f3908bb5..db14d455a 100644 --- a/assets/layers/bicycle_library/bicycle_library.json +++ b/assets/layers/bicycle_library/bicycle_library.json @@ -323,5 +323,6 @@ "render": "1" } } - ] + ], + "deletion": true } \ No newline at end of file diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 3222af44e..09775e433 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -39,6 +39,39 @@ "socialImage": "./assets/themes/cyclofix/logo.svg", "layers": [ "bike_cafe", + { + "builtin": [ + "bicycle_rental" + ], + "override": { + "id": "charging_station_non_docking", + "minzoom": 14, + "=presets": [], + "source": { + "osmTags": { + "and+": [ + "bicycle_rental!=docking_station" + ] + } + } + } + }, + { + "#": "All bicycle rental at a high zoom level, to avoid duplicates", + "builtin": "bicycle_rental", + "override": { + "name": null, + "filter": { + "sameAs": "charging_station_non_docking" + }, + "minzoom": 18, + "mapRendering": [ + { + "icon": "pin:blue;./assets/themes/cyclofix/key.svg" + } + ] + } + }, "bike_shop", { "builtin": "bicycle_library", diff --git a/assets/themes/cyclofix/license_info.json b/assets/themes/cyclofix/license_info.json index 67e654303..a2d52d737 100644 --- a/assets/themes/cyclofix/license_info.json +++ b/assets/themes/cyclofix/license_info.json @@ -19,6 +19,16 @@ "https://fietsambassade.gent.be" ] }, + { + "path": "key.svg", + "license": "CC-BY-SA", + "authors": [ + "Stijn Wens" + ], + "sources": [ + "https://wens.be/free-antwerpenize-bicycle-font" + ] + }, { "path": "logo.svg", "license": "CC-BY-SA",