Thank you both for the information. For people looking for a workaround, I use the following code:
window.setTimeout(function() {
myLayer.setVisibility(false);
myLayer.setVisibility(true);
}, 1000);
Cheers.
--
Benoit Myard
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users
