From 67aba6d034a6673d8c7efedef0d26d88c723d12b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 9 Dec 2024 16:14:44 +0100 Subject: [PATCH] Themes(cyclofix): show shops which sell second-hand bicycles in bicycle layer, see https://source.mapcomplete.org/MapComplete/MapComplete/issues/2279 --- assets/layers/bike_shop/bike_shop.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index 14e594f89..8fd7e8847 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -36,6 +36,7 @@ "shop=bicycle", "service:bicycle:retail=yes", "service:bicycle:repair=yes", + "service:bicycle:second_hand=yes", { "#": "if sport is defined and is not bicycle, it is not matched; if bicycle retail/repair is marked as 'no', it is not shown to too.", "##": "There will be a few false-positives with this. They will get filtered out by people marking both 'not selling bikes' and 'not repairing bikes'. Furthermore, the OSMers will add a sports-subcategory on it",