Skip to content

Commit

Permalink
try to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 3, 2023
1 parent 91f5a7c commit 73fa196
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import de.westnordost.streetcomplete.data.osm.osmquests.OsmFilterQuestType
import de.westnordost.streetcomplete.data.user.achievements.EditTypeAchievement.OUTDOORS
import de.westnordost.streetcomplete.osm.Tags



class AddBbqFuel : OsmFilterQuestType<BbqFuelAnswer>() {

override val elementFilter = """
nodes, ways with
amenity = bbq
Expand All @@ -37,7 +34,7 @@ class AddBbqFuel : OsmFilterQuestType<BbqFuelAnswer>() {
tags.remove("amenity")
tags["leisure"] = "firepit"
}
else -> {
is BbqFuel -> {
tags["fuel"] = answer.osmValue
}
}
Expand Down

0 comments on commit 73fa196

Please sign in to comment.