{ "id": "cluster_style", "description": "The style for the clustering in all themes. Enable `debug=true` to peak into clustered tiles", "source": { "osmTags": "tileId~*" }, "title": "Clustered data", "tagRenderings": [ "all_tags" ], "mapRendering": [ { "label": { "render": "
{showCount}
", "mappings": [ { "if": "showCount>1000", "then": "
{kilocount}K
" } ] }, "location": [ "point" ] }, { "color": { "render": "#3c3", "mappings": [ { "if": "showCount>200", "then": "#f33" }, { "if": "showCount>100", "then": "#c93" }, { "if": "showCount>50", "then": "#cc3" } ] }, "width": { "render": "1" } } ] }