mapcomplete/assets/layers/hospital/hospital.json

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

66 lines
1.4 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": "ہسپتال",
"ca": "Hospitals"
},
"title": {
"render": {
2022-07-26 10:51:14 +02:00
"en": "Hospital",
"de": "Krankenhaus",
2022-11-02 13:47:34 +01:00
"nl": "Ziekenhuis",
"pa_PK": "ہسپتال"
}
},
"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"
},
"minzoom": 12,
"source": {
"osmTags": "amenity=hospital"
},
"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}",
"nl": "Dit ziekenhuis heet {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?",
"ca": "Quin és el nom d'aquest hospital?"
},
"freeform": {
"key": "name"
}
},
"phone",
"email",
"website"
],
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/layers/hospital/hospital.svg"
},
"iconSize": "40,40,center",
"location": [
"point",
"centroid"
]
},
{
"color": "#fcd862",
"width": 1
}
]
2022-07-08 03:14:55 +02:00
}