Opened 4 years ago

Closed 4 years ago

#2352 closed defect (fixed)

WCPS - change output of crsSet(c) to a CRS result

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu, Peter Baumann
Complexity: Medium

Description

Currently, crsSet() operator returns different result than expected, e.g:

for c in (test_irr_cube_2) return crsSet(c)

return the CRS for each axis:

ansi:http://localhost:8080/def/crs/OGC/0/AnsiDate CRS:1,E:http://localhost:8080/def/crs/EPSG/0/32633 CRS:1,N:http://localhost:8080/def/crs/EPSG/0/32633 CRS:1

but it should return one CRS from the coverage like this:

http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&2=http://localhost:8080/def/crs/EPSG/0/32633

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

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