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

Does this support creating several clusterLayers? #44

Closed fredericDaigle closed 7 years ago

fredericDaigle commented 7 years ago

When I try to instantiate several cluster layers, only the first one created shows up on the map. I traced it back to _setMap not being called for the other ones, even though I call map.addLayer(clusterLayer) for each. I cant seem to find why the remaining layers do not appear.