Skip to content

Commit

Permalink
reorder religion quest a bit further down
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Feb 7, 2018
1 parent ae32b50 commit d899879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public class QuestModule
osmNoteQuestType,

// ↓ 2. important data that is used by many data consumers
new AddReligionToPlaceOfWorship(o),
new AddRoadName(o, roadNameSuggestionsDao, putRoadNameSuggestionsHandler),
new AddHousenumber(o),
// new AddPlaceName(o), doesn't make sense as long as the app cannot tell the generic name of elements
Expand All @@ -72,6 +71,7 @@ public class QuestModule
new AddRecyclingType(o),
new AddRoadSurface(o),
new AddMaxSpeed(o), // should best be after road surface because it excludes unpaved roads
new AddReligionToPlaceOfWorship(o), // icon on maps are different
new AddOpeningHours(o),
new AddSport(o),
new AddBikeParkingCapacity(o), // cycle map layer on osm.org
Expand Down

0 comments on commit d899879

Please sign in to comment.