forked from MapComplete/MapComplete
Add filter, questions and rendering for organic
This commit is contained in:
parent
bee8aaedbe
commit
f319a0c289
12 changed files with 228 additions and 136 deletions
|
@ -3723,6 +3723,13 @@
|
|||
"question": "No information about tactile paving"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Has organic options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4116,6 +4123,20 @@
|
|||
},
|
||||
"question": "Does this fries shop use vegetable or animal oil for cooking?"
|
||||
},
|
||||
"friture-organic": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Organic snacks are available"
|
||||
},
|
||||
"1": {
|
||||
"then": "No organic snacks are available"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only organic snacks are available"
|
||||
}
|
||||
},
|
||||
"question": "Does this fries shop offer organic snacks?"
|
||||
},
|
||||
"friture-take-your-container": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4174,6 +4195,20 @@
|
|||
}
|
||||
},
|
||||
"question": "Does this restaurant offer a halal menu?"
|
||||
},
|
||||
"organic (no friture)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There are no organic options available"
|
||||
},
|
||||
"1": {
|
||||
"then": "There is an organic menu"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only organic options are available"
|
||||
}
|
||||
},
|
||||
"question": "Does this restaurant offer organic food?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -6450,6 +6485,20 @@
|
|||
"render": "This is a {shop}"
|
||||
}
|
||||
},
|
||||
"organic": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This shop offers organic products"
|
||||
},
|
||||
"1": {
|
||||
"then": "This shop only offers organic products"
|
||||
},
|
||||
"2": {
|
||||
"then": "This shop does not offer organic products"
|
||||
}
|
||||
},
|
||||
"question": "Does this shop offer organic products?"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "What is the name of this shop?",
|
||||
"render": "This shop is called <i>{name}</i>"
|
||||
|
|
|
@ -3910,6 +3910,20 @@
|
|||
},
|
||||
"question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?"
|
||||
},
|
||||
"friture-organic": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er zijn biologische snacks aanwezig"
|
||||
},
|
||||
"1": {
|
||||
"then": "Geen biologische snacks beschikbaar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Enkel biologische snacks zijn beschikbaar"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze frituur biologische snacks?"
|
||||
},
|
||||
"friture-take-your-container": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue