Skip to content

Commit

Permalink
move up bicycle parking capacity quest because it is used by osm.org …
Browse files Browse the repository at this point in the history
…cycle layer (#641)
  • Loading branch information
westnordost committed Oct 13, 2017
1 parent e9fc26a commit 34996e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class QuestModule

// ↓ 6. useful data that is used by some data consumers
new AddSport(o),
new AddBikeParkingCapacity(o), // cycle map layer on osm.org
new AddOrchardProduce(o),
new AddCrossingType(o),
new AddBuildingLevels(o),
Expand All @@ -83,7 +84,6 @@ public class QuestModule

// ↓ 8. defined in the wiki, but not really used by anyone yet. Just collected for
// the sake of mapping it in case it makes sense later
new AddBikeParkingCapacity(o),
new AddBikeParkingCover(o),
new AddToiletsFee(o),
new AddBabyChangingTable(o),
Expand Down

0 comments on commit 34996e3

Please sign in to comment.