Skip to content

Commit

Permalink
Ignore tunnels in parking overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
burrscurr committed Mar 29, 2024
1 parent 8d685df commit e5d3861
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 e5d3861

Please sign in to comment.