forked from MapComplete/MapComplete
34 lines
No EOL
645 B
JSON
34 lines
No EOL
645 B
JSON
{
|
|
"id": "doctors",
|
|
"name": {
|
|
"en": "doctors"
|
|
},
|
|
"title": {
|
|
"render": {
|
|
"en": "Doctors Office {name}"
|
|
}
|
|
},
|
|
"source": {
|
|
"osmTags": {
|
|
"and": [
|
|
"amenity=doctors"
|
|
]
|
|
}
|
|
},
|
|
"minzoom": 13,
|
|
"tagRenderings": [
|
|
"images"
|
|
],
|
|
"mapRendering": [
|
|
{
|
|
"icon": {
|
|
"render": "pin:#6BC4F7;./assets/layers/doctors/doctors.svg"
|
|
},
|
|
"iconSize": "40,40,bottom",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
]
|
|
} |