mapcomplete/assets/layers/hospital/hospital.json

106 lines
No EOL
3 KiB
JSON

{
"id": "hospital",
"name": {
"en": "Hospitals",
"de": "Krankenhäuser",
"nl": "Ziekenhuizen",
"pa_PK": "ہسپتال",
"ca": "Hospitals",
"ru": "Больницы"
},
"title": {
"render": {
"en": "Hospital",
"de": "Krankenhaus",
"nl": "Ziekenhuis",
"pa_PK": "ہسپتال",
"ru": "Больница"
}
},
"description": {
"en": "A layer showing hospital grounds",
"de": "Eine Ebene mit Krankenhäusern",
"nl": "Een laag die ziekehuizen toont"
},
"minzoom": 12,
"source": {
"osmTags": {
"or": [
"amenity=hospital",
"amenity=clinic"
]
}
},
"tagRenderings": [
{
"id": "name",
"render": {
"en": "This hospital is called {name}",
"ca": "Aquest hospital s'anomena {name}",
"de": "Der Name des Krankenhauses lautet {name}",
"nl": "Dit ziekenhuis heet {name}",
"ru": "Эта больница называется {name}"
},
"question": {
"en": "What is the name of this hospital?",
"de": "Wie lautet der Name des Krankenhauses?",
"nl": "Wat is de naam van dit ziekenhuis?",
"ca": "Quin és el nom d'aquest hospital?",
"ru": "Как называется эта больница?"
},
"freeform": {
"key": "name"
}
},
{
"id": "inpatient",
"question": {
"en": "Does this facility admit inpatients?",
"de": "Nimmt die Einrichtung stationäre Patienten auf?",
"ca": "Aquesta instal·lació admet hospitalitzacions?"
},
"mappings": [
{
"if": "amenity=clinic",
"then": {
"en": "This is a clinic - patients can not stay overnight",
"de": "Dies ist ein Medizinisches Versorgungszentrum - Patienten können nicht über Nacht bleiben",
"ca": "Açò és una clínica: els pacients no poden passar la nit"
}
},
{
"if": "amenity=hospital",
"then": {
"en": "This is a hospital - patients can be admitted here for multiple days",
"de": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden",
"ca": "Es tracta d'un hospital: els pacients poden estar ingressats aquí durant diversos dies"
}
}
],
"questionHint": {
"en": "An inpatient is a patient which stays for multiple days in the facility",
"de": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt",
"ca": "Un pacient hospitalitzat és un pacient que roman diversos dies a la instal·lació"
}
},
"phone",
"email",
"website"
],
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/layers/hospital/hospital.svg"
},
"iconSize": "40,40,center",
"location": [
"point",
"centroid"
]
},
{
"color": "#fcd862",
"width": 1
}
]
}