Hi,
I have map that changes and loads a marker overlay (and other overlays) via a callback, then redraws the overlays on the client side via the layer.redraw(true) function.
My problem is that the marker overlay is not visible unless I move the map (drag it), at which point the markers are instantly visible. I can confirm the markers are being rendered and are being drawn.
I have tried using simplemarker overlay as well as inmemorymarker overlay and have the same problem.
Has anyone seen this before?