From 5bcc617d22ce6596f48f8e68a21910cd744c4682 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 31 Oct 2023 11:48:48 +0100 Subject: [PATCH] Themes: show keycutting service question --- assets/layers/shops/shops.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index ffafde01d2..33606f2da9 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -127,7 +127,9 @@ { "if": "craft=shoemaker", "then": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, + } + ], + "mappings+":[ { "if": "craft=key_cutter", "then": "./assets/layers/id_presets/fas-key.svg" @@ -150,6 +152,15 @@ ] }, "then": "./assets/layers/food/organic.svg" + }, + { + "if": { + "or": [ + "service:key_cutting=yes", + "craft=key_cutter" + ] + }, + "then": "./assets/layers/id_presets/fas-key.svg" } ], "label": { @@ -387,10 +398,13 @@ }, { "id": "key_cutter", + "question": { + "en":"Does this shop offer key cutting?" + }, "mappings": [ { "if": "craft=key_cutter", - "#": "Many shoe repair shops are also specialized in key_cutting and deserve the 'craft'-tag. Some other shops (often DIY- and home-improvement stores) offer it as a service, but rather limited/on the side", + "#": "Many shoe repair shops are also specialized in key cutting and deserve the 'craft'-tag. Some other shops (often DIY- and home-improvement stores) offer it as a service, but rather limited/on the side", "hideInAnswer": "shop!=shoe_repair", "icon": "./assets/layers/id_presets/fas-key.svg", "then": {