Hi all,
I'm developing a custom application in Flex, and I'm trying to enable a feature to create Thematic Maps on the fly, so the user has to choose a layer and an attribute for the features in that layer. Everything is great so far so I query the daa create the graphs and add them to a GraphicLayer that I create on the fly and later on I add that GraphicLayer to the map (map.addLayer(_mygraphiclayer). But i have a problem, right now I'm testing and I'm bringing about 8000 features and when I add the layer, the map gets too slow. Am I doing something wrong? there is a workaround the performance?? how should I treat this performance issue???
Thanks in advance!!!