mapcomplete/assets/layers/summary/summary.json

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

26 lines
462 B
JSON
Raw Normal View History

2024-02-15 17:39:59 +01:00
{
"id": "summary",
"description": "Special layer which shows `count`",
"source": "special",
"name": "CLusters",
"title": {
"render": {"en": "Summary"}
},
"tagRenderings": [
"all_tags"
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "25,25",
"label": {
"render": "{total}"
},
"labelCssClasses": "bg-white w-6 h-6 text-lg rounded-full"
}
]
}