Skip to content

Commit

Permalink
Merge pull request streetcomplete#1442 from matkoniecz/wheelchair
Browse files Browse the repository at this point in the history
increase priority of wheelchair accessibility of toilets
  • Loading branch information
westnordost authored Jun 25, 2019
2 parents 818c17e + 06a70b0 commit 1f066da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public class QuestModule
new AddPathSurface(o),
new AddTracktype(o),
new AddBikeParkingType(o), // used by OsmAnd
new AddWheelChairAccessToilets(o), // used by wheelmap, MAPS.ME
new AddPlaygroundAccess(o), //late as in many areas all needed access=private is already mapped

// ↓ 4. definitely shown as errors in QA tools
Expand All @@ -146,7 +147,6 @@ public class QuestModule
new AddWheelchairAccessBusiness(o),
new AddToiletAvailability(o),
new AddBridgeStructure(o),
new AddWheelChairAccessToilets(o),
new AddReligionToWaysideShrine(o),
new AddCyclewaySegregation(o),
new MarkCompletedBuildingConstruction(o),
Expand Down

0 comments on commit 1f066da

Please sign in to comment.