Skip to content

Commit 406e76f

Browse files
authored
[Maps] fix blended layer aggregation error when using composite aggregation (#72759) (#72945)
1 parent 9529716 commit 406e76f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/es_geo_grid_source.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export class ESGeoGridSource extends AbstractESAggSource {
161161
bounds: makeESBbox(bufferedExtent),
162162
field: this._descriptor.geoField,
163163
precision,
164-
size: DEFAULT_MAX_BUCKETS_LIMIT,
165164
},
166165
},
167166
},

0 commit comments

Comments
 (0)