forked from MapComplete/MapComplete
Themes(shops): add optometrist service
This commit is contained in:
parent
dabcf0be60
commit
76831c4e85
1 changed files with 34 additions and 0 deletions
|
@ -523,6 +523,40 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "optometrist_service",
|
||||
"condition": {
|
||||
"or": [
|
||||
"shop=optician"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "Is it possible to get an eye exam here by a professional optometrist?",
|
||||
"nl": "Kan men hier een oogtest laten uitvoeren door een professionele optometrist?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "healthcare=optometrist",
|
||||
"addExtraTags": [
|
||||
"not:healthcare=optometrist"
|
||||
],
|
||||
"then": {
|
||||
"en": "Offers eye exams by professional optometrists",
|
||||
"nl": "Hier kan men een oogtest door een professionele optometrist laten uitvoeren"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "not:healtcare=optometrist",
|
||||
"addExtraTags": [
|
||||
"healthcare=optometrist"
|
||||
],
|
||||
"then": {
|
||||
"en": "No certified eye exam possible here",
|
||||
"nl": "Hier kan men geen oog-examen laten uitvoeren door een optometrist"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "key_cutter",
|
||||
"question": {
|
||||
|
|
Loading…
Reference in a new issue