forked from MapComplete/MapComplete
Add armchair
question to bench layer
This commit is contained in:
parent
903ea0804a
commit
7f5e771759
1 changed files with 26 additions and 0 deletions
|
@ -234,6 +234,32 @@
|
|||
"bench-questions"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mappings": [
|
||||
{
|
||||
"if": "armrest=yes",
|
||||
"then": {
|
||||
"en": "This bench does have one or more armrests",
|
||||
"de": "Diese Sitzbank hat eine oder mehrere Armlehnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "armrest=no",
|
||||
"then": {
|
||||
"en": "This bench does <b>not</b> have any armrests",
|
||||
"de": "Diese Sitzbank hat <b>keine</b> Armlehnen"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this bench have one or more armrests?",
|
||||
"de": "Hat diese Sitzbank eine oder mehrere Armlehnen?"
|
||||
},
|
||||
"id": "bench-armrest",
|
||||
"labels": [
|
||||
"bench-questions"
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "This bench has {seats} seats",
|
||||
|
|
Loading…
Reference in a new issue