Skip to content

Commit

Permalink
don't ask for max height if max height has been specified for lanes i…
Browse files Browse the repository at this point in the history
…ndividually (#5609)
  • Loading branch information
westnordost committed Apr 30, 2024
1 parent 319a0d5 commit 144122b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -73,6 +73,7 @@ class AddMaxHeight : OsmElementQuestType<MaxHeightAnswer> {
and !maxheight:signed
and !maxheight:physical
and (!maxheight:forward or !maxheight:backward)
and !maxheight:lanes
"""

override val changesetComment = "Specify maximum heights"
Expand Down

0 comments on commit 144122b

Please sign in to comment.