Skip to content

Commit

Permalink
Merge pull request #1146 from matkoniecz/priority
Browse files Browse the repository at this point in the history
increase priority of AddBikeParkingType as this data is used [ready for review]
  • Loading branch information
westnordost authored Jul 24, 2018
2 parents fea57fd + 8aed3cf commit cf0414b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public class QuestModule
new AddParkingFee(o),
new AddBusStopName(o),
new AddPathSurface(o),
new AddBikeParkingType(o), // used by OsmAnd
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 @@ -122,7 +123,6 @@ public class QuestModule
new AddBridgeStructure(o),
new AddWheelChairAccessToilets(o),
new AddReligionToWaysideShrine(o),
new AddBikeParkingType(o),
new MarkCompletedBuildingConstruction(o),

// ↓ 8. defined in the wiki, but not really used by anyone yet. Just collected for
Expand Down

0 comments on commit cf0414b

Please sign in to comment.