Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop

This commit is contained in:
Pieter Vander Vennet 2025-06-29 23:00:19 +02:00
commit 40875727ec

View file

@ -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": [