diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index 93294a607..ee0eb0103 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -672,6 +672,28 @@ } } ] + }, + { + "id": "accepts-cash", + "options": [ + { + "osmTags": "payment:cash=yes", + "question": { + "en": "Accepts cash" + } + } + ] + }, + { + "id": "accepts-cards", + "options": [ + { + "osmTags": "payment:cards=yes", + "question": { + "en": "Accepts payment cards" + } + } + ] } ], "deletion": { diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index a6990c56d..b5624489d 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -458,6 +458,28 @@ } } ] + }, + { + "id": "accepts-cash", + "options": [ + { + "osmTags": "payment:cash=yes", + "question": { + "en": "Accepts cash" + } + } + ] + }, + { + "id": "accepts-cards", + "options": [ + { + "osmTags": "payment:cards=yes", + "question": { + "en": "Accepts payment cards" + } + } + ] } ] } \ No newline at end of file