Select to view content in your preferred language

Cluster with Zoom Level

489
2
11-11-2010 03:14 AM
nidhiarora
Deactivated User
Hi,
I am using Flex API 2.1. The zoom levels of my featurelayer are restricted. I am clustering the results of a query. I need to show the  clustered data at all zoom levels but one.

At the highest zoom level also the features are clustered. I need to restrict clustering at the highest zoom level.
Is it feasible to restrict clustering with zoom level ?


Regards,
Nidhi
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
You could listen for extent changes on the Map and in the listener check the Map's level and then set the clusterer property to null or not.
0 Kudos
nidhiarora
Deactivated User
Thnks for the insight. Got it working



Regards
Nidhi
0 Kudos