From 9165963ed9a06a7f1a0c6f2d68ac33918f2a63f6 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 30 Mar 2025 20:58:47 +0200 Subject: [PATCH] Theme(ATM): Include indoor question --- assets/layers/atm/atm.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/assets/layers/atm/atm.json b/assets/layers/atm/atm.json index c0df058aa..251915e39 100644 --- a/assets/layers/atm/atm.json +++ b/assets/layers/atm/atm.json @@ -241,6 +241,30 @@ } }, "opening_hours_24_7", + { + "builtin": "indoor", + "override": { + "question": { + "en": "Is this ATM located indoors?", + "nl": "Bevindt deze geldautomaat zich binnen?" + }, + "mappings": [ + { + "then": { + "en": "This ATM is located indoors", + "nl": "Deze geldautomaat bevindt zich binnen" + } + }, + { + "if": "indoor=no", + "then": { + "en": "This ATM is located outdoors", + "nl": "Deze geldautomaat bevindt zich buiten" + } + } + ] + } + }, { "id": "cash_out", "question": { @@ -650,4 +674,4 @@ "enableImproveAccuracy": true, "enableRelocation": false } -} +} \ No newline at end of file