forked from MapComplete/MapComplete
Add filters, remove override
This commit is contained in:
parent
c1a25af54d
commit
8485a4af03
2 changed files with 26 additions and 16 deletions
|
@ -55,6 +55,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "accepts_debit_cards",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "payment:debit_cards=yes",
|
||||
"question": {
|
||||
"en": "Accepts debit cards"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "accepts_credit_cards",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "payment:credit_cards=yes",
|
||||
"question": {
|
||||
"en": "Accepts credit cards"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "has_image",
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue