From ec24d09b8dd2224df8fee3e80e9767f06832e5c8 Mon Sep 17 00:00:00 2001 From: Wieland <29458682+wielandb@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:52:50 +0200 Subject: [PATCH] Tighten conditions for elevator door width --- assets/question_catalog/definition.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/assets/question_catalog/definition.json b/assets/question_catalog/definition.json index cc115076..1a1c8160 100644 --- a/assets/question_catalog/definition.json +++ b/assets/question_catalog/definition.json @@ -4225,16 +4225,18 @@ "door:width": false }, "!parent": [ - { - "child": [ - { - "osm_tags": { - "indoor": "door" - } - } - ] - } - ] + { + "child": [ + { + "osm_tags": { + "indoor": "door", + "door":"sliding", + "automatic_door": ["yes", "button"] + } + } + ] + } + ] } ] },