I am working on a map that refreshes itself every 30 seconds. I have used the timer from an example I found on the forums and this seems to be working well. Every 30 seconds it calls a method back on the server which then rebuilds the data and overlays, at the moment it adds about 14 different overlays. I can clearly see that the data is contained within the layers of each overlay however the data does not refresh to the screen unless I cause a repost of the page, etc. I have added the call to the redraw method, etc. so I don't see what I could be doing wrong. Anybody have any ideas here?
One other question as well, with the desktop edition I used the RotatedImageStyle to rotate a vehicle image accordingly. Is there anything of the sort in the web edition? I know you can rotate a WebImage but I use the custom labels for the points which uses a pattern to display labels for the points and from what I can tell you can't use this with the MarkerOverlays which is what uses the WebImage. Am I missing some other option?
Thanks.
Curtis