Skip to content

Commit

Permalink
don't require crossing-tag to be set for quest to be asked, but don't…
Browse files Browse the repository at this point in the history
… ask on crossings with driveways (fixes #5476)
  • Loading branch information
westnordost committed Feb 7, 2024
1 parent 04b4309 commit aed56f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class AddCrossingKerbHeight : OsmElementQuestType<KerbHeight> {
nodes with
highway = crossing
and foot != no
and crossing
and (!kerb:left or !kerb:right)
and (
!kerb
Expand All @@ -37,6 +36,7 @@ class AddCrossingKerbHeight : OsmElementQuestType<KerbHeight> {
ways with
highway and access ~ private|no
or highway ~ footway|path|cycleway
or highway = service and service = driveway
""".toElementFilterExpression() }

override val changesetComment = "Determine the heights of kerbs at crossings"
Expand Down

0 comments on commit aed56f9

Please sign in to comment.