AggregationConfig


Defines how to aggregate a value across features in a layer.

Properties

attribute

attribute: string

The attribute to use for the aggregation. This must be a numeric attribute.


method

method: "avg" | "max" | "min" | "sum" | "median"

The method to use for the aggregation.

Last updated

Was this helpful?