Hello,
we are working on loading polygons on date line . we are getting different result if we change wrapping extent.
if wrapping extent
1)ALayerOverlayLoadEnc.WrappingExtent = new RectangleShape(-180, 90, 180, -90);
The output comes out to be as shown in attachment 2018_06_13_18_57_28_Connect_Order.png
2)ALayerOverlayLoadEnc.WrappingExtent = new RectangleShape(-360, 90, 360, -90);
The output comes out to be as shown in attachment 2018_06_13_19_00_57_Connect_Order_1.png
expected
The output that we getting extent new RectangleShape(-360, 90, 360, -90) we are excepting similar result for extent new RectangleShape(-180, 90, 180, -90) instead for this extent the polygons gets clipped.we want the polygon on each extent.
Thanks and Regards,
Hrishikesh Konde.