diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index 7c35a16c4..8352eba45 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -823,9 +823,7 @@ } ], "filter": [ - - "open_now", - + "open_now", { "id": "sells_second-hand", "options": [ @@ -854,13 +852,13 @@ "de": "Bietet Selbstreparatur an", "nl": "Biedt doe-het-zelfreparaties aan", "it": "Offre riparazioni fai da te" + }, + "osmTags": { + "or": [ + "service:bicycle:diy=yes", + "service:bicycle:diy=only" + ] } - }, - "osmTags": { - "or": [ - "service:bicycle:diy=yes", - "service:bicycle:diy=only" - ] } ] }