From c11d7af17531cf381ce03e37765c2e0f7efd1745 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 2 Sep 2024 03:48:22 +0200 Subject: [PATCH] Themes: add bicycle self-repair workshops to the map (WIP) --- assets/themes/cyclofix/cyclofix.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 33ff6a9616..a1a0ffd66e 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -40,6 +40,26 @@ "Originally created during Open Summer of Code by Pieter Fiers, Thibault Declercq, Pierre Barban, Joost Schouppe and Pieter Vander Vennet" ], "layers": [ + { + "builtin": "assisted_repair", + "override": { + "presets=": [], + "id": "bicycle_assisted_repair_workshop", + "minzoom": 11, + "source": { + "osmTags": { + "and+": [ + { + "or": [ + "service:bicycle:repair=yes", + "bicycle:repair=yes" + ] + } + ] + } + } + } + }, { "builtin": [ "bike_cafe",