From 360172dc912d45ff6e05b5592323eeeac305d6f0 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 29 Jan 2023 13:03:29 +0100 Subject: [PATCH] Remove amenity=bicycle_rental form bike_shop --- assets/layers/bike_shop/bike_shop.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index fbbf0d20bd..dc5f7f8f9b 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -21,13 +21,6 @@ "#": "We select all bicycle shops, sport shops (but we try to weed out non-bicycle related shops), and any shop with a bicycle related tag", "or": [ "shop=bicycle", - { - "#": "A bicycle rental with a network is something such as villo, bluebike, ... We don't want them", - "and": [ - "amenity=bicycle_rental", - "network=" - ] - }, { "#": "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",