Skip to content

Commit

Permalink
Merge pull request #5559 from burrscurr/parking-overlay-exclude-tunnels
Browse files Browse the repository at this point in the history
Don't highlight tunnels in parking overlay
  • Loading branch information
westnordost committed Mar 29, 2024
2 parents 8d685df + e5d3861 commit 3cfec4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ private val streetParkingTaggingNotExpected by lazy { """
highway ~ service|pedestrian
or motorroad = yes
or expressway = yes
or tunnel = yes
or junction = roundabout
or ~"${(MAXSPEED_TYPE_KEYS + "maxspeed").joinToString("|")}" ~ ".*:(rural|nsl_single|nsl_dual)"
or maxspeed >= 70
Expand Down

0 comments on commit 3cfec4b

Please sign in to comment.