mapcomplete/assets/layers/hospital/hospital.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

165 lines
6.6 KiB
JSON
Raw Normal View History

{
"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",
2023-10-30 13:44:27 +01:00
"ru": "Больницы",
"cs": "Nemocnice"
},
"description": {
"en": "A layer showing hospital grounds",
"de": "Eine Ebene mit Krankenhäusern",
"nl": "Een laag die ziekehuizen toont",
"ca": "Una capa que mostra els terrenys de l'hospital",
"cs": "Vrstva zobrazující areál nemocnice"
},
"source": {
"osmTags": {
"or": [
"amenity=hospital",
"amenity=clinic"
]
}
},
"minzoom": 12,
"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": "ہسپتال",
2023-09-19 14:22:52 +02:00
"ru": "Больница",
2023-10-30 13:44:27 +01:00
"ca": "Hospital",
2024-06-16 16:06:26 +02:00
"cs": "Nemocnice",
"pl": "Szpital"
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/hospital/hospital.svg"
}
2023-02-12 23:08:57 +01:00
]
}
],
"lineRendering": [
{
"color": "#fcd862",
"width": 1
}
],
"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}",
2023-10-30 13:44:27 +01:00
"ru": "Эта больница называется {name}",
2024-06-16 16:06:26 +02:00
"cs": "Tato nemocnice se jmenuje {name}",
2024-10-24 00:56:24 +02:00
"pl": "Nazwa tego szpitala to {name}",
"uk": "Ця лікарня називається {name}"
},
"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?",
2023-10-30 13:44:27 +01:00
"ru": "Как называется эта больница?",
2024-06-16 16:06:26 +02:00
"cs": "Jak se jmenuje tato nemocnice?",
2024-10-24 00:56:24 +02:00
"pl": "Jak nazywa się ten szpital?",
"uk": "Як називається ця лікарня?"
},
"freeform": {
"key": "name"
}
},
{
"id": "inpatient",
"question": {
"en": "Does this facility admit inpatients?",
2023-03-29 15:50:10 +02:00
"de": "Nimmt die Einrichtung stationäre Patienten auf?",
2023-10-30 13:44:27 +01:00
"ca": "Aquesta instal·lació admet hospitalitzacions?",
2024-10-24 00:56:24 +02:00
"cs": "Přijímá toto zařízení pacienty na lůžko?",
"uk": "Чи приймає цей заклад стаціонарних пацієнтів?"
},
"mappings": [
{
"if": "amenity=clinic",
"then": {
2023-02-23 14:39:08 +01:00
"en": "This is a clinic - patients can not stay overnight",
2023-03-29 15:50:10 +02:00
"de": "Dies ist ein Medizinisches Versorgungszentrum - Patienten können nicht über Nacht bleiben",
2023-10-30 13:44:27 +01:00
"ca": "Açò és una clínica: els pacients no poden passar la nit",
2024-10-24 00:56:24 +02:00
"cs": "Toto je klinika - pacienti nemohou zůstat přes noc",
"uk": "Це клініка - пацієнти не можуть залишатися на ніч"
}
},
{
"if": "amenity=hospital",
"then": {
2023-02-23 14:39:08 +01:00
"en": "This is a hospital - patients can be admitted here for multiple days",
2023-03-29 15:50:10 +02:00
"de": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden",
2023-10-30 13:44:27 +01:00
"ca": "Es tracta d'un hospital: els pacients poden estar ingressats aquí durant diversos dies",
2024-10-24 00:56:24 +02:00
"cs": "Jedná se o nemocnici pacienti zde mohou být přijímáni na více dní",
"uk": "Це лікарня - пацієнти можуть перебувати тут кілька днів"
}
}
],
"questionHint": {
"en": "An inpatient is a patient which stays for multiple days in the facility",
2023-03-29 15:50:10 +02:00
"de": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt",
2023-10-30 13:44:27 +01:00
"ca": "Un pacient hospitalitzat és un pacient que roman diversos dies a la instal·lació",
"cs": "Hospitalizovaný pacient je pacient, který v zařízení pobývá více dní"
}
},
"contact",
{
"id": "oh-visitor",
"question": {
2023-06-11 02:02:23 +02:00
"en": "When are visitors allowed to visit?",
2023-09-19 14:22:52 +02:00
"de": "Wann ist der Besuch für Besucher gestattet?",
2023-10-30 13:44:27 +01:00
"ca": "Quan poden anar els visitants?",
"cs": "Kdy je povolena návštěva?"
},
"questionHint": {
2023-06-11 02:02:23 +02:00
"en": "These are the regular visitor hours. Some wands have different visitor hours or might allow visitors in emergencies",
2023-09-19 14:22:52 +02:00
"de": "Dies sind die regulären Besuchszeiten. Einige Stationen haben andere Besuchszeiten oder erlauben Besucher in Notfällen",
2023-10-30 13:44:27 +01:00
"ca": "Aquests són els horaris habituals dels visitants. Algunes plantes tenen diferents horaris de visita o poden permetre els visitants en cas d'emergència",
"cs": "Jedná se o pravidelné návštěvní hodiny. Některé oddělení mají jiné návštěvní hodiny nebo mohou povolit návštěvy v naléhavých případech"
},
"freeform": {
"key": "opening_hours:visitors",
"type": "opening_hours"
},
"render": {
2023-06-11 02:02:23 +02:00
"en": "<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>",
2023-09-19 14:22:52 +02:00
"de": "<h3>Öffnungszeiten für Besucher</h3>Regelmäßige Besucher sind zu den folgenden Zeiten zugelassen: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Einige Krankenhäuser haben möglicherweise andere Öffnungszeiten. Viele Krankenhäuser erlauben Besuche auch in Notfällen.</p>",
2023-10-30 13:44:27 +01:00
"ca": "<h3>Horari d'obertura per a visitants</h3>S'admeten visitants habituals en els moments següents: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Algunes palntes poden tenir un horari d'obertura diferent. Molts hospitals també permeten visites en cas d'emergència.</p>",
"cs": "<h3>Otevírací doba pro návštěvníky</h3>Běžným návštěvníkům je vstup povolen v následujících časech: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Některá oddělení mohou mít jinou otevírací dobu. Mnohé nemocnice povolují návštěvy i v době pohotovosti.</p>"
}
}
],
"allowMove": true
}