Skip to content

Commit

Permalink
modify getTitle function
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent f043440 commit 5fe2b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
override val isDeleteElementEnabled = true
override val questTypeAchievements = listOf(LIFESAVER)

override fun getTitle(tags: Map<String, String>) = R.string.quest_bicycleParkingCoveredStatus_title
override fun getTitle(tags: Map<String, String>) = R.string.quest_is_defibrillator_inside_title

override fun getHighlightedElements(element: Element, getMapData: () -> MapDataWithGeometry) =
getMapData().filter("nodes, ways with amenity = bicycle_parking")
Expand Down

0 comments on commit 5fe2b81

Please sign in to comment.