@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.
package/CHANGELOG.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- - fix(fetchMap): getColorAccessor treats colorMap as override of actual domain (#238)
5
+ - fix(fetchMap): support point radius aggregation (#241)
6
6
 
7
7
  ## 0.5
8
8
 
9
+ ### 0.5.18
10
+
11
+ - fix(fetchMap): getColorAccessor treats colorMap as override of actual domain (#238)
12
+
9
13
  ### 0.5.17
10
14
 
11
15
  - feat(fetchMap): Raster layers, update triggers and other fixes (#223)
@@ -10715,7 +10715,7 @@ function createChannelProps(id, layerType, config2, visualChannels, data, datase
10715
10715
  const { accessor, ...scaleProps } = getSizeAccessor(
10716
10716
  radiusField,
10717
10717
  radiusScale,
10718
- visConfig.sizeAggregation,
10718
+ visConfig.radiusAggregation,
10719
10719
  radiusRange,
10720
10720
  data
10721
10721
  );