mapcomplete/assets/themes/healthcare/healthcare.json

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

131 lines
4 KiB
JSON
Raw Normal View History

2022-07-05 17:04:14 +02:00
{
2022-07-10 03:58:07 +02:00
"id": "healthcare",
"title": {
2022-07-26 10:51:14 +02:00
"en": "Healthcare",
"ca": "Assistència sanitària",
2023-02-23 14:39:08 +01:00
"de": "Gesundheitseinrichtungen",
2022-09-14 13:35:54 +02:00
"fr": "Services de santé",
"da": "Sundhedspleje",
2022-10-27 02:05:54 +02:00
"nl": "Gezondheidszorg",
2023-01-29 18:02:06 +01:00
"pa_PK": "سیت سمبھال",
"cs": "Zdravotní péče",
2023-02-10 01:49:06 +01:00
"nb_NO": "Helsebehandling",
2023-02-26 17:45:29 +01:00
"ru": "Здравоохранение",
2023-09-16 18:52:42 +02:00
"es": "Atención sanitaria",
"eu": "Osasun laguntza",
2024-06-16 16:06:26 +02:00
"pl": "Służba zdrowia",
2024-07-28 02:26:46 +02:00
"zh_Hant": "醫療保健",
2024-10-15 17:02:30 +02:00
"it": "Assistenza sanitaria",
"hu": "Egészségügy"
2022-07-10 03:58:07 +02:00
},
"description": {
2022-07-26 10:51:14 +02:00
"en": "On this map, various healthcare related items are shown",
"ca": "En aquest mapa es mostren diversos elements relacionats amb la salut",
2022-08-05 12:45:51 +02:00
"de": "Auf dieser Karte werden verschiedene Gesundheitseinrichtungen angezeigt",
2022-09-14 13:35:54 +02:00
"fr": "Cette carte affiche différents éléments liés à la santé",
"da": "På dette kort er forskellige sundhedsrelaterede emner vist",
2023-01-29 18:02:06 +01:00
"nl": "Op deze kaart vind je dokters, apothekers, kinesisten, ziekenhuizen en andere gezondheidsgerelateerde diensten",
2023-02-26 17:45:29 +01:00
"cs": "Na této mapě jsou zobrazeny různé položky související se zdravotní péčí",
2023-10-16 13:38:53 +02:00
"es": "En este mapa se muestran varios elementos relacionados con la salud",
2024-07-28 02:26:46 +02:00
"pl": "Na tej mapie pokazane są różne elementy związane z opieką zdrowotną",
"it": "Su questa mappa sono indicati vari elementi relativi all'assistenza sanitaria"
2022-07-10 03:58:07 +02:00
},
"icon": "./assets/layers/doctors/doctors.svg",
2023-10-30 18:03:18 +01:00
"startZoom": 16,
2022-07-10 03:58:07 +02:00
"startLat": 50.8465573,
"startLon": 4.351697,
"layers": [
"doctors",
"physiotherapist",
"dentist",
2022-07-10 03:58:07 +02:00
"hospital",
2023-02-08 00:13:28 +01:00
"pharmacy",
{
"builtin": "shops",
"override": {
2024-01-23 22:03:02 +01:00
"id": "medical_shops",
2023-02-08 00:13:28 +01:00
"minzoom": 13,
2023-02-08 01:18:26 +01:00
"=filter": [
2023-02-08 00:13:28 +01:00
"open_now",
"accepts_cash",
"accepts_cards"
],
"=presets": [
{
"title": {
2023-02-12 23:08:57 +01:00
"en": "a medical supply shop",
2023-02-26 17:45:29 +01:00
"de": "ein Sanitätshaus",
2023-03-13 20:14:39 +01:00
"es": "una tienda de suministros médicos",
2023-03-16 15:09:26 +01:00
"cs": "obchod se zdravotnickými potřebami",
2023-06-23 21:15:11 +02:00
"ca": "una botiga de subministraments mèdics",
2023-08-23 13:27:53 +02:00
"nl": "een winkel voor medische hulpmiddelen",
2023-10-16 13:38:53 +02:00
"fr": "un commerce d'équipements médicaux",
2024-07-28 02:26:46 +02:00
"pl": "sklep z artykułami medycznymi",
"it": "un negozio di forniture mediche"
2023-02-08 00:13:28 +01:00
},
"tags": [
"shop=medical_supply"
]
},
{
"title": {
2023-02-12 23:08:57 +01:00
"en": "a hearing aids shop",
2023-02-26 17:45:29 +01:00
"de": "ein Hörgerätegeschäft",
2023-03-13 20:14:39 +01:00
"es": "una tienda de audífonos",
2023-03-16 15:09:26 +01:00
"cs": "obchod se sluchadly",
2023-06-23 21:15:11 +02:00
"ca": "una botiga d'audiòfons",
2023-08-23 13:27:53 +02:00
"nl": "een hoorapparatenwinkel",
2023-10-16 13:38:53 +02:00
"fr": "un magasin d'appareils auditifs",
2024-07-28 02:26:46 +02:00
"pl": "sklep z aparatami słuchowymi",
"it": "un negozio di apparecchi acustici"
2023-02-08 00:13:28 +01:00
},
"tags": [
"shop=hearing_aids"
]
},
{
"title": {
2023-02-12 23:08:57 +01:00
"en": "an optician",
2023-02-26 17:45:29 +01:00
"de": "ein Optiker",
2023-03-13 20:14:39 +01:00
"es": "una óptica",
2023-03-16 15:09:26 +01:00
"cs": "optik",
2023-04-03 00:33:50 +02:00
"ca": "una òptica",
2023-06-23 21:15:11 +02:00
"fr": "un opticien",
2023-09-16 18:52:42 +02:00
"nl": "een optieker",
2024-06-16 16:06:26 +02:00
"pl": "optyk",
2024-07-28 02:26:46 +02:00
"zh_Hant": "配鏡師",
"it": "un ottico"
2023-02-08 00:13:28 +01:00
},
"tags": [
"shop=optician"
]
}
],
"source": {
"osmTags": {
"and+": [
{
"or": [
"shop=medical_supply",
"shop=hearing_aids",
"shop=optician"
]
}
]
}
}
}
},
{
"builtin": "shops",
"override": {
"=presets": [],
"name": null,
"isCounted": false,
2023-10-09 02:52:22 +02:00
"minzoom": 18
2023-02-08 00:13:28 +01:00
}
}
2023-10-30 18:03:18 +01:00
],
"widenFactor": 2
2023-10-09 02:52:22 +02:00
}