I am trying to dynamically add features to a vector layer, and use cluster strategy to group those features accordingly.
I am able to do this for the first set of data that gets loaded on the map.
It looks like below code works only the first time - vectorLayer.addFeatures(vectordArray);
when i try to call the same addFeatures again with a new set of vectors, I dont see the new vectors. There are no errors either.
Anyone faced a situation like this? I am looking to dynamically add vectors and use CluseterStrategy.