[OpenLayers-Users] Linestring behavior in IE6

Benoit Myard myardbenoit at gmail.com
Tue Jul 10 08:39:47 EDT 2007


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



More information about the Users mailing list