2022-07-07 22:39:18 +02:00
{
"id" : "hospital" ,
"name" : {
2022-07-26 10:51:14 +02:00
"en" : "Hospitals" ,
"de" : "Krankenhäuser" ,
2022-11-02 13:47:34 +01:00
"nl" : "Ziekenhuizen" ,
2023-01-10 19:34:07 +01:00
"pa_PK" : "ہسپتال" ,
2023-02-10 01:49:06 +01:00
"ca" : "Hospitals" ,
"ru" : "Больницы"
2022-07-07 22:39:18 +02:00
} ,
"title" : {
"render" : {
2022-07-26 10:51:14 +02:00
"en" : "Hospital" ,
"de" : "Krankenhaus" ,
2022-11-02 13:47:34 +01:00
"nl" : "Ziekenhuis" ,
2023-02-10 01:49:06 +01:00
"pa_PK" : "ہسپتال" ,
"ru" : "Больница"
2022-07-07 22:39:18 +02:00
}
} ,
2022-07-20 22:57:39 +02:00
"description" : {
2022-07-27 10:16:11 +02:00
"en" : "A layer showing hospital grounds" ,
2022-07-28 09:30:45 +02:00
"de" : "Eine Ebene mit Krankenhäusern" ,
"nl" : "Een laag die ziekehuizen toont"
2022-07-20 22:57:39 +02:00
} ,
2022-07-07 22:39:18 +02:00
"minzoom" : 12 ,
"source" : {
2023-02-12 18:51:21 +01:00
"osmTags" : { "or" : [ "amenity=hospital" , "amenity=clinic" ] }
2022-07-07 22:39:18 +02:00
} ,
"tagRenderings" : [
{
"id" : "name" ,
"render" : {
2022-07-26 10:51:14 +02:00
"en" : "This hospital is called {name}" ,
2023-01-13 03:58:43 +01:00
"ca" : "Aquest hospital s'anomena {name}" ,
2022-07-26 10:51:14 +02:00
"de" : "Der Name des Krankenhauses lautet {name}" ,
2023-02-10 01:49:06 +01:00
"nl" : "Dit ziekenhuis heet {name}" ,
"ru" : "Эта больница называется {name}"
2022-07-07 22:39:18 +02:00
} ,
"question" : {
2022-07-26 10:51:14 +02:00
"en" : "What is the name of this hospital?" ,
"de" : "Wie lautet der Name des Krankenhauses?" ,
2023-01-10 19:34:07 +01:00
"nl" : "Wat is de naam van dit ziekenhuis?" ,
2023-02-10 01:49:06 +01:00
"ca" : "Quin és el nom d'aquest hospital?" ,
"ru" : "Как называется эта больница?"
2022-07-07 22:39:18 +02:00
} ,
"freeform" : {
"key" : "name"
}
} ,
2023-02-12 18:51:21 +01:00
{
"id" : "inpatient" ,
"question" : {
"en" : "Does this facility admit inpatients?<br><span class='subtle'>An <i>inpatient</i> is a patient which stays for multiple days in the facility</span>"
} ,
"mappings" : [
{
"if" : "amenity=clinic" ,
"then" : {
"en" : "This is a clinic - patients can not stay overnight"
}
} ,
{
"if" : "amenity=hospital" ,
"then" : {
"en" : "This is a hospital - patients can be admitted here for multiple days"
}
}
]
} ,
2022-07-07 22:39:18 +02:00
"phone" ,
"email" ,
"website"
] ,
"mapRendering" : [
{
"icon" : {
"render" : "circle:white;./assets/layers/hospital/hospital.svg"
} ,
"iconSize" : "40,40,center" ,
"location" : [
"point" ,
"centroid"
]
2022-07-20 22:57:39 +02:00
} ,
{
"color" : "#fcd862" ,
"width" : 1
2022-07-07 22:39:18 +02:00
}
]
2023-02-12 18:51:21 +01:00
}