Skip to content

Commit

Permalink
increase priority of AddBikeParkingType as this data is used
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Jul 24, 2018
1 parent 5d54acb commit 8aed3cf
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 8aed3cf

Please sign in to comment.