Skip to content

Commit

Permalink
exclude moving steps from handrail quest
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz authored and westnordost committed Nov 15, 2019
1 parent b6838e1 commit e0e4313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AddHandrail(overpassServer: OverpassMapDataDao) : SimpleOverpassQuestType<
// [1] https://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps
// [2] https://wiki.openstreetmap.org/wiki/Key:handrail
// [3] https://wiki.openstreetmap.org/wiki/Quality_assurance
override val tagFilters = """ways with highway = steps
override val tagFilters = """ways with highway = steps and (!conveying or conveying = no)
and !handrail and !handrail:left and !handrail:center and !handrail:right"""

override val commitMessage = "Add whether steps have a handrail"
Expand Down

0 comments on commit e0e4313

Please sign in to comment.