Skip to content

Commit

Permalink
modify applyAnswerTo function
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 5fe2b81 commit 04aa863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
override fun createForm() = YesNoQuestAnswerFragment()

override fun applyAnswerTo(answer: Boolean, tags: Tags, timestampEdited: Long) {
tags["covered"] = answer.toYesNo()
tags["indoor"] = answer.toYesNo()
}
}

0 comments on commit 04aa863

Please sign in to comment.