Dear Map Suite support,
I am evaluating your Windows Phone 7 map control to be used in our incoming application but I am unable to find out how to implement UTM projection into map control. Our map data is in WMS server which provides tiles in UTM projection.
I have read from your API documentation that by implementing custom Layer with FeatureSource I can change the projection to UTM. However, there seems not to be layers available at all in WP7 map control. Instead there are Overlays who do not have FeatureSource and Projection member which I could change.
1. Ideal situation for me would be that I could inherit my own custom Overlay from TiledWmsOverlay which uses UTM projection. Is this possible?
2. Is it possible to change the existing TiledWmsOverlay to use UTM projection configured with Proj4 command string?
Thank you for your answers! Please answer ASAP!