ThinkGeo.com    |     Documentation    |     Premium Support

How to Disable Layers?

Hi to All,


Can you please tell me how to disable  layers in Mapsuite?


 


Thank you in advance.



Rajesh,  
  
 Thank you for your post, what do you mean to disable a layer? You just don’t want to see it or don’t want it to load?  
  
 If you won’t see it, here is the way, every layer has an IsVisible property, so you can easily turn it on or off when controlling the layer on server side.  
  
 layer.IsVisible = false;  
  
 Regards,  
  
 Gary