greppo-io / greppo

Build & deploy geospatial applications quick and easy.
https://greppo.io
Apache License 2.0
386 stars 34 forks source link

Clustering support #59

Open Sovetnikov opened 1 year ago

Sovetnikov commented 1 year ago

Clustering support for overlay layer

app.overlay_layer(
    data=df,
    name="Buildings",
    description="Buildings",
    style={"fillColor": "#F87979", "clustered": True, "clusterDisableClusteringAtZoom": 14},
    visible=True,
)
krish-adi commented 1 year ago

Haven't had the time to review this. Will do it in the next few days. Thanks for the PR @Sovetnikov