mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Maps] fix removing global filter from layer can cause app to start thrashing (#72763)
This commit is contained in:
parent
80da1c6a54
commit
8b27b1e83c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ function getClusterSource(documentSource: IESSource, documentStyle: IVectorStyle
|
|||
geoField: documentSource.getGeoFieldName(),
|
||||
requestType: RENDER_AS.POINT,
|
||||
});
|
||||
clusterSourceDescriptor.applyGlobalQuery = documentSource.getApplyGlobalQuery();
|
||||
clusterSourceDescriptor.metrics = [
|
||||
{
|
||||
type: AGG_TYPE.COUNT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue