forked from MapComplete/MapComplete
Themes: add 'binding'-service question to copyshops
This commit is contained in:
parent
7b72da8064
commit
7b1ca43266
1 changed files with 30 additions and 0 deletions
|
@ -426,6 +426,36 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "copyshop-binding",
|
||||
"condition": {
|
||||
"or": [
|
||||
"shop~.*copyshop.*",
|
||||
"shop~.*stationery.*",
|
||||
"service:print=yes"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "Does this shop offer a binding service?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "Does this shop bind a bundle of pages into a small book, e.g. with a comb, a spiral, wire or by gluing?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:binding=yes",
|
||||
"then": {
|
||||
"en": "This shop binds papers into a booklet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:binding=no",
|
||||
"then": {
|
||||
"en": "This shop does bind books"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "key_cutter",
|
||||
"question": {
|
||||
|
|
Loading…
Reference in a new issue