From 144122bacf3fd4c7d84ef29410c173449bad075c Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Wed, 1 May 2024 01:44:45 +0200 Subject: [PATCH] don't ask for max height if max height has been specified for lanes individually (#5609) --- .../westnordost/streetcomplete/quests/max_height/AddMaxHeight.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/max_height/AddMaxHeight.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/max_height/AddMaxHeight.kt index 0eb1cc9d53..7116138b93 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/max_height/AddMaxHeight.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/max_height/AddMaxHeight.kt @@ -73,6 +73,7 @@ class AddMaxHeight : OsmElementQuestType { and !maxheight:signed and !maxheight:physical and (!maxheight:forward or !maxheight:backward) + and !maxheight:lanes """ override val changesetComment = "Specify maximum heights"