Skip to content

Commit

Permalink
Ask crossing height if either kerb:left or kerb:right is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored and westnordost committed Nov 14, 2023
1 parent 611c56e commit 68a227b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AddCrossingKerbHeight : OsmElementQuestType<KerbHeight> {
highway = crossing
and foot != no
and crossing
and !kerb:left and !kerb:right
and (!kerb:left or !kerb:right)
and (
!kerb
or kerb ~ yes|unknown
Expand Down

0 comments on commit 68a227b

Please sign in to comment.