I have 400 PictureMarkerSymbols (PNG's average size 5K) with 8 TextSymbols with each placed on map. An XMLList holds extra information about them. With just 400 Symbols on map while panning and zooming application it becomes clear that its response time is very low. As the symbols increases its response time decreases and it becomes very annoying to wait for the symbols to be redrawn and map to listen for input.
How I can improve its response time? Any tips?
Do anybody have that issue?
Is there any way to make Viewer stop rendering those symbols that are not included in current screen extents? Will it work?
Can I just remove all the symbols on each panning and zooming and create only those that are to be shown?
Is there any other technique to improve the performance?
I am using FlexViewer 3.2
Thanks
How I can improve its response time? Any tips?
Do anybody have that issue?
Is there any way to make Viewer stop rendering those symbols that are not included in current screen extents? Will it work?
Can I just remove all the symbols on each panning and zooming and create only those that are to be shown?
Is there any other technique to improve the performance?
I am using FlexViewer 3.2
Thanks