Skip to content

Commit ff075b8

Browse files
authored
[Maps] fix removing global filter from layer can cause app to start thrashing (#72763) (#72950)
1 parent 5cc283f commit ff075b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugins/maps/public/classes/layers/blended_vector_layer/blended_vector_layer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function getClusterSource(documentSource: IESSource, documentStyle: IVectorStyle
5454
geoField: documentSource.getGeoFieldName(),
5555
requestType: RENDER_AS.POINT,
5656
});
57+
clusterSourceDescriptor.applyGlobalQuery = documentSource.getApplyGlobalQuery();
5758
clusterSourceDescriptor.metrics = [
5859
{
5960
type: AGG_TYPE.COUNT,

0 commit comments

Comments
 (0)