Hi,
In my application I am using multiple base maps like Normal map(with countries.shp shape file), Google and Openstreet
And I am plotting different overlays like Aircrafts, Routes and etc…
- For Normal map, I am using Proj4Projection.GetEsriParametersString(54004); (Spherical Mercator Projection)
- And for Google and Openstreet map I am using Proj4Projection.GetGoogleMapParametersString();
When each base map change I am redrawing my all Overlays.
But while I am changing from Normal to Google or Openstreet my Aircrafts and Routes getting changed their position. Its vary from one base map to other.
Please check what was the problem in this. And suggest me how to resolve this issue…
Thanks,
Ashok