Add hospital layer; Co-authored-by: Hasan Rezaoul <roconmachine>

This commit is contained in:
Pieter Vander Vennet 2022-07-07 22:39:18 +02:00
parent 52f1d86772
commit b5655b5533
3 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,45 @@
{
"id": "hospital",
"name": {
"en": "Hospital"
},
"title": {
"render": {
"en": "Hospital"
}
},
"minzoom": 12,
"source": {
"osmTags": "amenity=hospital"
},
"tagRenderings": [
{
"id": "name",
"render": {
"en": "Name of the hospital name is {name}"
},
"question": {
"en": "What does the of the hospital ?"
},
"freeform": {
"key": "name"
}
},
"phone",
"email",
"website"
],
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/layers/hospital/hospital.svg"
},
"iconSize": "40,40,center",
"location": [
"point",
"centroid"
]
}
]
}