Hello,

I'm having a problem with visibility in google Chrome, IE and Firefox works
fine.
I have some points in  a map and I change the visibility from them with a
checkbox. In a onclick event I make:

function MapVisibility(id){                     
   checkbox=document.getElementById('check'+id);                        
   layers[id].setVisibility(checkbox.checked);                                  
                                                                
} 

The problem is, when I uncheck my layer disappears, but when I check the
layer don't appears. If I 
alter the zoom from  my map, the layer appears , but in the current he
doesn't.

Any sugestion?


-- 
View this message in context: 
http://www.nabble.com/Problem-with-layer-visibility-in-Google-Chrome-tp20625545p20625545.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to