Hi.
I have a shape file Im loading as layer to the xamMap. Now I want to add background image. Is this possible with xamMap. (My background image should be coneccted with coordinate system of the shape file, and move, zoom together with a shapes.
Hi grabah,
We have been looking into your requirement and it seems that it can be achieved through custom Map tile source, so that the image is panned and zoomed properly. Please take a look at this post:http://community.infragistics.com/forums/p/52746/278340.aspx.
To set static background try the following code:
<igMap:XamMap.ViewportBackground> <ImageBrush ImageSource="/Images/Background.png" Stretch="UniformToFill"/> </igMap:XamMap.ViewportBackground>
Regards,
Ivan Kotev
thx for the reply, but I don't quite get that post you linked. How do I make custom tile source?
sry I didnt saw .zip attached.
well anyway I made custom tileSource but thing is still not working. Does source for image has to be deep zoom?