Skip to content

Commit

Permalink
Optimization of elementFilter in AddAcceptsCards quest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmizv authored and westnordost committed Jun 10, 2024
1 parent 5f0b25b commit 0ba9897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AddAcceptsCards : OsmFilterQuestType<CardAcceptance>() {
and !payment:credit_cards and !payment:debit_cards and payment:others != no
and !brand and !wikipedia:brand and !wikidata:brand
and (!seasonal or seasonal = no)
and (name or brand or noname = yes or name:signed = no)
and (name or noname = yes or name:signed = no)
and access !~ private|no
"""
override val changesetComment = "Survey whether payment with cards is accepted"
Expand Down

0 comments on commit 0ba9897

Please sign in to comment.