Hi,
I am using the open street maps tile source to display my map. I have an aerial image that I would like to display at a given lat/long.
Knowing the location of the top left corner and bottom right corner, is it possible to display the image at the correct location and correct scale?
Hello,
The following help topic shows how to add an image to a map:
http://help.infragistics.com/Help/NetAdvantage/DV/2011.1/CLR4.0/html/xamWebMap_Add_Image_Using_Map_Elements.html
The following help article shows how to use the MapProjection to convert from latitude / longitude to the map coordinates:
http://help.infragistics.com/Help/NetAdvantage/DV/2011.1/CLR4.0/html/xamWebMap_Add_Symbol_Element.html
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thanks Valerie. I now have an image being displayed on the map, but it stays the same size regardless of zoom level.
Is there a way to get the image to scale with the zoom level, so when I zoom in the image gets larger?
At the moment it just stays the same size as what I specify for the image height and width.