{ "id": "cluster_style", "description": "The style for the clustering in all themes.", "source": { "osmTags": "tileId~*" }, "color": { "render": "#3c3", "mappings": [ { "if": "count>200", "then": "#f33" }, { "if": "count>100", "then": "#c93" }, { "if": "count>50", "then": "#cc3" } ] }, "width": { "render": "1" }, "label": { "render": "
{count}
", "mappings": [ { "if": "count>99", "then": "
>99
" } ] } }