Skip to content

Commit

Permalink
Don't ask pitch surface for high jump or pole vault
Browse files Browse the repository at this point in the history
  • Loading branch information
arrival-spring authored and westnordost committed Nov 26, 2023
1 parent f1408f5 commit a1d2285
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -29,6 +29,7 @@ class AddPitchSurface : OsmFilterQuestType<SurfaceAndNote>() {
and sport ~ "(^|.*;)(${sportValuesWherePitchSurfaceQuestionIsInteresting.joinToString("|")})($|;.*)"
and (access !~ private|no)
and indoor != yes and (!building or building = no)
and (athletics !~ high_jump|pole_vault)
and (
!surface
or surface older today -12 years
Expand Down

0 comments on commit a1d2285

Please sign in to comment.