mapcomplete/assets/layers/summary/summary.json

25 lines
485 B
JSON

{
"id": "summary",
"description": "Special layer which shows `count`",
"source": "special",
"title": {
"render": {"en": "Summary"}
},
"tagRenderings": [
"all_tags"
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "40,40",
"label": {
"render": "{total_metric}"
},
"labelCss": "background: #ffffffbb",
"labelCssClasses": "w-12 text-lg rounded-xl p-1 px-2"
}
]
}