Hi,
I'm using a WMSOverlay object but I want to be able to turn it off and on with a check box. I have the WMSOverlay showing fine but when I go to turn it off by setting the IsVisible property equal to false it still displays. Is this a bug? I was able to recreate it in the LoadAWMSlayer.aspx sample app by adding the following line of code.
wms.IsVisible =
false;
In that sample the WMS layer still displays even though the IsVisible property is set to false. Let me know if I'm doing something wrong.
Thanks!