Skip to content

Commit

Permalink
use correct wording when asking about height limit at level crossings (
Browse files Browse the repository at this point in the history
…fixes #5223)
  • Loading branch information
westnordost committed Aug 30, 2023
1 parent 533b847 commit 90f8019
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class AddMaxHeight : OsmElementQuestType<MaxHeightAnswer> {
&& tags["tunnel"] == null
&& tags["covered"] == null
&& tags["man_made"] != "pipeline"
&& tags["railway"] != "level_crossing"
// only the "below the bridge" situation may need some context
return when {
isBelowBridge -> R.string.quest_maxheight_below_bridge_title
Expand Down

0 comments on commit 90f8019

Please sign in to comment.