Skip to content

Commit

Permalink
modify wikiLink property
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 0db8827 commit 13ec6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
and !indoor
"""
override val changesetComment = "Add whether defibrillator is inside building"
override val wikiLink = "Tag:amenity=bicycle_parking"
override val wikiLink = "Key:indoor"
override val icon = R.drawable.ic_quest_bicycle_parking_cover
override val isDeleteElementEnabled = true
override val questTypeAchievements = listOf(BICYCLIST)
Expand Down

0 comments on commit 13ec6b9

Please sign in to comment.