forked from MapComplete/MapComplete
Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop
This commit is contained in:
commit
40875727ec
1 changed files with 33 additions and 0 deletions
|
@ -1124,6 +1124,39 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "handwashing-soap",
|
||||||
|
"labels": [
|
||||||
|
"relevant-questions",
|
||||||
|
"prefixed",
|
||||||
|
"amenity-prefixed"
|
||||||
|
],
|
||||||
|
"question": {
|
||||||
|
"en": "Is soap for handwashing provided?",
|
||||||
|
"nl": "Is er zeep voorzien voor het wassen van de handen?"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "handwashing:soap=yes",
|
||||||
|
"then": {
|
||||||
|
"en": "Soap for handwashing is provided",
|
||||||
|
"nl": "Zeep om handen te wassen is voorzien"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "handwashing:soap=no",
|
||||||
|
"then": {
|
||||||
|
"en": "No soap for handwashing",
|
||||||
|
"nl": "Geen zeep om de handen te wassen"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"toilets:handwashing=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "toilet-drying",
|
"id": "toilet-drying",
|
||||||
"labels": [
|
"labels": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue