mapcomplete/assets/layers/physiotherapist/physiotherapist.json

100 lines
2.5 KiB
JSON

{
"id": "physiotherapist",
"name": {
"en": "Physiotherapist",
"nl": "Kinesist",
"de": "Physiotherapeuten",
"ca": "Fisioterapeuta",
"cs": "Fyzioterapeut",
"pl": "Fizjoterapeuta"
},
"description": {
"en": "This layer shows physiotherapists",
"nl": "Deze laag toont kinesisten",
"de": "Diese Ebene zeigt Physiotherapeuten",
"ca": "Aquesta capa mostra fisioterapeutes",
"cs": "Tato vrstva zobrazuje fyzioterapeuty",
"pl": "Ta warstwa pokazuje fizjoterapeutów"
},
"source": {
"osmTags": "healthcare=physiotherapist"
},
"minzoom": 13,
"title": {
"render": {
"en": "Physiotherapist {name}",
"nl": "Kinesist {name}",
"de": "Physiotherapeut {name}",
"ca": "Fisioterapeuta {name}",
"cs": "Fyzioterapeut {name}",
"pl": "Fizjoterapeuta {name}"
}
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/physiotherapist/doctors.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a physiotherapists office",
"de": "Praxis eines Physiotherapeuten",
"nl": "een fysiotherapeutenpraktijk",
"fr": "un cabinet de kinésithérapeutes",
"ca": "una consulta fisioterapèutica",
"cs": "ordinace fyzioterapeuta"
},
"tags": [
"healthcare=physiotherapist"
]
}
],
"tagRenderings": [
"images",
{
"question": {
"en": "What is the name of this physiotherapists office?",
"nl": "Wat is de naam van deze kinesistenpraktijk?",
"de": "Wie heißt die Praxis des Physiotherapeuten?",
"ca": "Quin és el nom d'aquesta consulta fisioterapèutica?",
"cs": "Jak se jmenuje ordinace fyzioterapeuta?"
},
"render": {
"en": "This physiotherapists office is called {name}",
"nl": "Deze kinesistenpraktijk heet {name}",
"de": "Die Praxis des Physiotherapeuten heißt {name}",
"ca": "Aquesta consulta fisioterapèutica es diu {name}",
"cs": "Tato ordinace fyzioterapeuta se jmenuje {name}"
},
"freeform": {
"key": "name"
},
"id": "name"
},
"opening_hours_by_appointment",
"phone",
"email",
"website"
],
"filter": [
"open_now"
],
"deletion": true,
"allowMove": true
}