Opened 4 months ago

Closed 4 months ago

#2801 closed defect (fixed)

FIX - wrong projected bounding box displayed on webworldwind for EPSG:3035

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.3
Component: wcsclient Version: 10.3
Keywords: Cc:
Complexity: Medium

Description (last modified by Bang Pham Huu)

The coverage has CRS https://crs.rasdaman.com/def/crs/EPSG/0/3035

Y	Regular Axis	[900000, 5500000]	[0, 45999]	-100	metre
X	Regular Axis	[900000, 7400000]	[0, 64999]	100	metre

and the projected bbox in EPSG:4326 on the webworldwind is wrong which can be seen on WCS DescribeCoverage.

Coverage's wgs84BBox is correctly projected, but display it on WebWorldWind is wrong

<ows:WGS84BoundingBox> (Long Lat order)
<ows:LowerCorner>-56.50514190170437 24.2846829287949759004</ows:LowerCorner>
<ows:UpperCorner>72.906104934156792851 72.66326966834436</ows:UpperCorner>
</ows:WGS84BoundingBox>

Change History (3)

comment:1 by Bang Pham Huu, 4 months ago

Component: petascopewcsclient
Description: modified (diff)

comment:2 by Bang Pham Huu, 4 months ago

solution is to change in webworldwind with

            polygonObj.pathType = WorldWind.LINEAR;

comment:3 by Bang Pham Huu, 4 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.