Greetings,
I've gone through all the forum posts about refreshing layers/markers using javascript, and it has been very helpful. I have a map which has FeatureLayers on it, which is being populated froma database. By creating a timer and placing it in an update panel, and by putting the map control in an update panel, I have been able to have the map refresh its data from the database.
My question is this: each time I call redraw in the javascript code on a certain layer, the entire map redraws tile by tile, including the base layers in other overlays. Is this the correct behavior or am I doing something wrong? What I would like to happen is for the base layer to stay and have only the layers or overlays I specified redraw, making it less noticable to the user that anything is happening.
Any help or insight would be appreciated. Thank you very much for your time and help.
Ryan