Hi ,
I need a help in Wpf Desktop edition.
I have multiple layers on my map and each layers have own checkbox, I want to layer show on checkbox check and hide the layer on checkbox is unchecked. Now i am using this code for layer hide but how to show the layer please help me.
MainMap.Overlays.Remove(layerName); 
 
Best & Regards,
    Rupesh
Layers Hide and show
Hi Rupesh, 
  
 Why not to set layer.IsVisible instead of remove it and add back? 
  
 Regards, 
  
 Don
