forked from MapComplete/MapComplete
Themes(shops): change 'optomotetrist'-service into multiple other services
This commit is contained in:
parent
27e2f5b5c5
commit
80776f5943
1 changed files with 14 additions and 11 deletions
|
@ -525,34 +525,37 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "optometrist_service",
|
"id": "optometrist_service",
|
||||||
|
x² "#": "Quite often, opticians also sell hearing aids and vice versa. They often also have a certified optometrist or audiologist",
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
"shop=optician"
|
"shop=optician",
|
||||||
|
"shop=hearing_aid",
|
||||||
|
"shop=medical_supply"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Is it possible to get an eye exam here by a professional optometrist?",
|
"en": "Are medical services available here?",
|
||||||
"nl": "Kan men hier een oogtest laten uitvoeren door een professionele optometrist?"
|
"nl": "Zijn hier medische services beschikbaar?"
|
||||||
},
|
},
|
||||||
|
"multiAnswer": true,
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "healthcare=optometrist",
|
"if": "healthcare=optometrist",
|
||||||
|
"ifnot": "not:healtcare=optometrist",
|
||||||
"addExtraTags": [
|
"addExtraTags": [
|
||||||
"not:healthcare=optometrist"
|
"not:healthcare=optometrist"
|
||||||
],
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Offers eye exams by professional optometrists",
|
"en": "This shop offers eye exams by certified optometrists",
|
||||||
"nl": "Hier kan men een oogtest door een professionele optometrist laten uitvoeren"
|
"nl": "Hier kan men een oogtest door een erkende optometrist laten uitvoeren"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "not:healtcare=optometrist",
|
"if": "healthcare=audiologist",
|
||||||
"addExtraTags": [
|
"ifnot": "not:healthcare=audiologist",
|
||||||
"healthcare=optometrist"
|
|
||||||
],
|
|
||||||
"then": {
|
"then": {
|
||||||
"en": "No certified eye exam possible here",
|
"en": "This shop offers hearing tests by a certified audiologist",
|
||||||
"nl": "Hier kan men geen oog-examen laten uitvoeren door een optometrist"
|
"nl": "HIer kan men een hoortest laten uitvoeren door een erkende audioloog"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue