Defines how to aggregate a value across features in a layer.
attribute: string
string
The attribute to use for the aggregation. This must be a numeric attribute.
method: "min" | "max" | "avg" | "sum" | "median"
"min"
"max"
"avg"
"sum"
"median"
The method to use for the aggregation.
Last updated 3 months ago
Was this helpful?