HitTest not returning aggregated CLUSTER graphics

261
1
Jump to solution
06-27-2023 07:53 AM
michaelkdev
New Contributor III

HitTest used to return cluster graphics with a clusterId. Then it's possible to query features for this cluster (only). Now the hitTest is returning all features even the ones below the cluster for example: 

michaelkdev_0-1687877501032.png

hitTest returning 6 graphics instead of 5. Is it possible to hitTest with clustered option? 


Atleast the isAggregate property should be true?

Thanks In Advance

Gr

 

 

 

0 Kudos
1 Solution

Accepted Solutions
KristianEkenes
Esri Regular Contributor

I'm not observing this behavior. If you think you're encountering a bug, you should reach out to Esri support with a repro/test case so they can vet it and log it into our system to fix it more promptly.

Here's the test case I tried that appeared to work: https://codepen.io/kekenes/pen/yLQMYPx?editors=100 

View solution in original post

1 Reply
KristianEkenes
Esri Regular Contributor

I'm not observing this behavior. If you think you're encountering a bug, you should reach out to Esri support with a repro/test case so they can vet it and log it into our system to fix it more promptly.

Here's the test case I tried that appeared to work: https://codepen.io/kekenes/pen/yLQMYPx?editors=100