@carto/api-client 0.5.18-alpha.colormapfix-2 → 0.5.19-alpha.radius-aggregation-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -868,6 +868,7 @@ type VisConfig = {
868
868
  customMarkersUrl?: string | null;
869
869
  radius: number;
870
870
  radiusRange?: number[];
871
+ radiusAggregation?: string;
871
872
  sizeAggregation?: string;
872
873
  sizeRange?: number[];
873
874
  strokeColorAggregation?: string;
@@ -868,6 +868,7 @@ type VisConfig = {
868
868
  customMarkersUrl?: string | null;
869
869
  radius: number;
870
870
  radiusRange?: number[];
871
+ radiusAggregation?: string;
871
872
  sizeAggregation?: string;
872
873
  sizeRange?: number[];
873
874
  strokeColorAggregation?: string;
@@ -10370,7 +10370,7 @@ function createChannelProps(id, layerType, config2, visualChannels, data, datase
10370
10370
  const { accessor, ...scaleProps } = getSizeAccessor(
10371
10371
  radiusField,
10372
10372
  radiusScale,
10373
- visConfig.sizeAggregation,
10373
+ visConfig.radiusAggregation,
10374
10374
  radiusRange,
10375
10375
  data
10376
10376
  );