Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge streetcomplete#3045 into fork
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed Jul 10, 2021
2 parents a08edea + db7404f commit 5487b86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class CheckShopType : OsmFilterQuestType<ShopTypeAnswer>() {
if (!answer.tags.containsKey("shop")) {
changes.deleteIfExists("shop")
}
changes.deleteIfExists("name")
changes.deleteIfExists(SURVEY_MARK_KEY)
for ((key, value) in answer.tags) {
changes.addOrModify(key, value)
Expand Down

0 comments on commit 5487b86

Please sign in to comment.