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.
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.