Select to view content in your preferred language

How do I configure clustering to zoom to show all points in a cluster?

253
2
Jump to solution
07-28-2025 02:19 PM
Labels (1)
AndyKubrin
Regular Contributor

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:

https://rivers.alberta.ca/

I've been poring over the docs, but I haven't found the trick yet. Can anyone help?

Thanks.

0 Kudos
1 Solution

Accepted Solutions
RussRoberts
Esri Notable Contributor

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.

View solution in original post

0 Kudos
2 Replies
RussRoberts
Esri Notable Contributor

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.

0 Kudos
AndyKubrin
Regular Contributor

Thank you, @bruss 

0 Kudos