Skip to content

Commit

Permalink
skip ramp quest and tactile paving quest in mountains
Browse files Browse the repository at this point in the history
use sac_scale for detection
  • Loading branch information
matkoniecz committed Feb 24, 2024
1 parent 01161dd commit 2a3f94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class AddStepsRamp : OsmFilterQuestType<StepsRampAnswer>() {
and (!indoor or indoor = no)
and access !~ private|no
and surface ~ ${ANYTHING_PAVED.joinToString("|")}
and !sac_scale
and (!conveying or conveying = no)
and ramp != separate
and (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class AddTactilePavingSteps : OsmFilterQuestType<TactilePavingStepsAnswer>() {
override val elementFilter = """
ways with highway = steps
and surface ~ ${ANYTHING_PAVED.joinToString("|")}
and !sac_scale
and (!conveying or conveying = no)
and access !~ private|no
and (
Expand Down

0 comments on commit 2a3f94e

Please sign in to comment.