I'm working on a map with clustering enabled (https://imw.maps.arcgis.com/apps/mapviewer/index.html?webmap=7bc3c8bcf2e04e99aa160171a8124ea1).
When you click a cluster symbol, a summary pop-up appears. But I'd like to have the map zoom to show the points in a cluster, like this example:
I've been poring over the docs, but I haven't found the trick yet. Can anyone help?
Thanks.
Solved! Go to Solution.
This is not possible with the out of the box web map configuration. In the popup you can do zoom to which would zoom to the individual features. You can also set the scale threshold when you zoom past a set scale the clustering will be disabled and individual features will be displayed.
The app you are viewing is a non out of the box application using leaflet to perform that zoom and expand cluster action.
This is not possible with the out of the box web map configuration. In the popup you can do zoom to which would zoom to the individual features. You can also set the scale threshold when you zoom past a set scale the clustering will be disabled and individual features will be displayed.
The app you are viewing is a non out of the box application using leaflet to perform that zoom and expand cluster action.
Thank you, @bruss