Skip to content

Commit

Permalink
don't ask for the width of roads on roads that may not be accessed on…
Browse files Browse the repository at this point in the history
… foot (fix #5437)
  • Loading branch information
westnordost committed Jan 18, 2024
1 parent 19dc161 commit 0cab8b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class AddRoadWidth(
and (!width or source:width ~ ".*estimat.*")
and (surface ~ ${ANYTHING_PAVED.joinToString("|")} or highway ~ ${ROADS_ASSUMED_TO_BE_PAVED.joinToString("|")})
and (access !~ private|no or (foot and foot !~ private|no))
and foot != no
and placement != transition
""".toElementFilterExpression() }

Expand Down

0 comments on commit 0cab8b4

Please sign in to comment.