Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promote some quests before surface quest #1441

Merged
merged 2 commits into from
Jun 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ public class QuestModule

// ↓ 3. useful data that is used by some data consumers
new AddRecyclingType(o),
new AddReligionToPlaceOfWorship(o), // icon on maps are different
new AddSport(o),
new AddRoadSurface(o),
new AddMaxSpeed(o), // should best be after road surface because it excludes unpaved roads
new AddMaxHeight(o),
new AddRailwayCrossingBarrier(o), // useful for routing
new AddReligionToPlaceOfWorship(o), // icon on maps are different
new AddPostboxCollectionTimes(o),
new AddOpeningHours(o),
new AddSport(o),
new AddBikeParkingCapacity(o), // cycle map layer on osm.org
new AddOrchardProduce(o),
new AddCycleway(o),
new AddSidewalk(o),
new AddProhibitedForPedestrians(o),
new AddProhibitedForPedestrians(o), // uses info from AddSidewalk quest, should be after it
new AddCrossingType(o),
new AddBuildingLevels(o),
new AddBusStopShelter(o), // at least OsmAnd
Expand Down