greppo icon indicating copy to clipboard operation
greppo copied to clipboard

Clustering support

Open Sovetnikov opened this issue 2 years ago • 1 comments

Clustering support for overlay layer

app.overlay_layer(
    data=df,
    name="Buildings",
    description="Buildings",
    style={"fillColor": "#F87979", "clustered": True, "clusterDisableClusteringAtZoom": 14},
    visible=True,
)

Sovetnikov avatar Feb 23 '23 11:02 Sovetnikov