ThinkGeo.com    |     Documentation    |     Premium Support

LegendAdornmentLayer Code for Web Edition

I adapted the Legend Example

I changed



Map1.Overlays.Add(adornmentOverlay);


to


Map1.CustomOverlays.Add(adornmentOverlay)

 



But it causes my map to not display any layers.


a working web sample might help me, or maybe i am adding it to the the wrong overlay( Eg DynamicOverlay)



SOLVED: the Map on the web addition already has an AddornmentOverlay so you just have to add the LegendLayer to the Map Addornment Layer. 
  
 SelectedMap.AdornmentOverlay.Layers.Add("LengendLayer", legendLayer)

Gregory, 
  
 Thanks for your update, you are welcome. 
  
 Regards, 
  
 Don