Skip to content

Commit

Permalink
Update AddTrackType quest to not include any ways tagged with bridge
Browse files Browse the repository at this point in the history
Resolves streetcomplete#5566

Co-Authored-By: Matija Nalis <[email protected]>
  • Loading branch information
2 people authored and westnordost committed Jul 10, 2024
1 parent fa538aa commit 2fe90c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class AddTracktype : OsmFilterQuestType<Tracktype>() {
or tracktype older today -8 years
)
and (access !~ private|no or (foot and foot !~ private|no))
and (!bridge)
"""
// ~paved tracks are less likely to change the surface type
override val changesetComment = "Specify tracktypes"
Expand Down

0 comments on commit 2fe90c9

Please sign in to comment.