Esri / cluster-layer-js

One example of how to cluster many point features
http://esri.github.io/cluster-layer-js/
Apache License 2.0
62 stars 50 forks source link

Add two new events 'ids-returned' and 'singles-click' #32

Open ssylvia opened 8 years ago

ssylvia commented 8 years ago

Id's Returned Useful to know if the layer is fully loaded but there are no graphics in the current extent.

Single's Click Useful to get the underlying attribute data of the graphic to do custom popup display.