You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large geojson sources are expensive to render vector tiles on the client.
Proposal
Expose a clusterAggregateFunction=avg option on a geojson source. Cluster property values of clustered points in the source with the given function (average, maximum, minimum).
Aggregate geojson sources
Problem
Large geojson sources are expensive to render vector tiles on the client.
Proposal
Expose a
clusterAggregateFunction=avg
option on a geojson source. Cluster property values of clustered points in the source with the given function (average, maximum, minimum).Similar to mapbox/tippecanoe#324
Precursor feature: #3971
The text was updated successfully, but these errors were encountered: