mapcomplete/assets/layers/summary/summary.json

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

37 lines
763 B
JSON
Raw Normal View History

2024-02-15 17:39:59 +01:00
{
"id": "summary",
"description": "Special layer which shows `count`, probably provided by the clustering server or some clustering algorithm",
2024-02-15 17:39:59 +01:00
"source": "special",
"title": {
2024-02-23 12:05:08 +01:00
"render": {
2024-03-05 00:27:56 +01:00
"en": "Summary",
2024-06-16 16:06:26 +02:00
"de": "Übersicht",
2024-10-14 21:40:20 +02:00
"nl": "Samenvatting",
"cs": "Souhrn"
2024-02-23 12:05:08 +01:00
}
2024-02-15 17:39:59 +01:00
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
2024-02-19 15:38:46 +01:00
"iconSize": "40,40",
"label": {
"mappings": [
{
"if": "total_metric!=0",
"then": "{total_metric}"
}
]
},
2024-02-19 15:38:46 +01:00
"labelCss": "background: #ffffffbb",
"labelCssClasses": "w-12 text-lg rounded-xl p-1 px-2"
2024-02-15 17:39:59 +01:00
}
],
"tagRenderings": [
"all_tags"
],
"allowMove": false
2024-02-15 17:39:59 +01:00
}