Hi,
I am trying to plot feature(point) at Long=200. But it’s not plotting at 200.it’s plotting up to 180.
Is there any functionality to do it. or not.
PointShape pt = new PointShape(“POINT(200 10)”);
Actually my issue is relate to Overlay a Image. Image bounds should be 100E to -100W.
GdiPlusRasterLayer rasterLayerF = new GdiPlusRasterLayer(“PGGE05_00WX.jpeg”, _proj.ConvertToExternalProjection(new RectangleShape(100.17, 52.59, 249.75, -61.26)));
But it’s not overlaying it. It’s stretching.
Could you please, suggest me how to solve this issue?
Thank You,
Riyaz