AggregatedGridConfig
Last updated
Was this helpful?
The grid configuration for an aggregated precomputed aggregate value. This requires an attribute property, because the numeric aggregation requires it.
If you just want to count the features in each grid cell, use the CountGridConfig instead, where you are not required to specify an attribute.
Used inside GetLayerPrecomputedCalculationParams.
resolution:
number
The resolution of the grid to use for the precomputed calculation.
attribute:
string
The attribute to use for the precomputed calculation.
This must be a numeric attribute;
type:
"h3"
The type of grid to use for the precomputed calculation.
method:
"min"|"max"|"avg"|"sum"
The method to use for the precomputed calculation.
Last updated
Was this helpful?
Was this helpful?