hi...
I want to display images on top of the map while im zooming in.ie i have US country map and im zooming in at particular zoom level i have show one image let say pentagon.how can i do that. whether i have to load the shape file of the pentagon or i can load the image directly.
thanks
oniv
You can see this documentation on adding images in a map layer: http://help.infragistics.com/Help/NetAdvantage/DV/2009.2/CLR3.5/html/SL_DV_xamWebMap_Add_an_Image_Using_Map_Elements.html
If you want it to show at certain zoom levels you can experiment with the VisibleFromScale and VisibleToScale properties of the map layer.
Does this answer your question, or are you after something different?
-Graham
Thanks a lot ....
Answer looks best...