I'm developing a web app using Arcgis Server 9.3.1 and Javascript API
I have a database with gps data from several vehicles and I need to display each vehicle real position in a map. I display this points in a Dynamic Layer, but I need to add an Identify action on hover, so I created a graphics layer, and every 10 seconds, I clear the graphics layer and query the database to get the new coordinates values, then, I create and add each point to the graphics layer, so I can hover over the features and ifentify them.
This is already working in IE and Firefox, but in Chrome this causes a memory overflow.
Does anyone have any suggestions to fix this? Thanks.
