Hi,
Using a client Ajax call, I am creating an InMemoryMarkerOverlay on the server side but I have an issue on the client side the Markers do not show right away! What should I do to redraw the InMemoryMarkerOverlayon the client side? map.getLayer("xxxx").redraw(true); works well with LayerOverlay but does not work with InMemoryMarkerOverlay. I need as well to clear all the markers on the client side after having removed all of themj on the server side.....
Thanks a lot!!!!
jm