Skip to content

Commit

Permalink
add to QuestsModule
Browse files Browse the repository at this point in the history
now it will be listed among quests in for example settings
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 9c65d00 commit b4f01ee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import de.westnordost.streetcomplete.quests.crossing.AddCrossing
import de.westnordost.streetcomplete.quests.crossing_island.AddCrossingIsland
import de.westnordost.streetcomplete.quests.crossing_type.AddCrossingType
import de.westnordost.streetcomplete.quests.cycleway.AddCycleway
import de.westnordost.streetcomplete.quests.defibrillator.AddIsDefibrillatorIndoor
import de.westnordost.streetcomplete.quests.diet_type.AddHalal
import de.westnordost.streetcomplete.quests.diet_type.AddKosher
import de.westnordost.streetcomplete.quests.diet_type.AddVegan
Expand Down Expand Up @@ -371,6 +372,8 @@ whether the postbox is still there in countries in which it is enabled */

AddWheelchairAccessPublicTransport(), // need to look out for lifts etc, maybe even enter the station

AddIsDefibrillatorIndoor(), // need to go inside in case it is inside (or gone)

// toilets
AddToiletAvailability(), // OSM Carto, shown in OsmAnd descriptions
AddToiletsFee(), // used by OsmAnd in the object description
Expand Down

0 comments on commit b4f01ee

Please sign in to comment.