Opened 4 months ago

Closed 2 months ago

#2796 closed enhancement (fixed)

Fix - display CRS with axis labels in WSClient

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

Description

In WCS DescribeCoverage tab, currently it shows the coverage's CRS as:

with Coordinate Reference System: http://localhost:8080/rasdaman/def/crs-compound?1=http://localhost:8080/rasdaman/def/crs/OGC/0/AnsiDate&2=http://localhost:8080/rasdaman/def/crs/EPSG/0/4326

it can be enhanced to show as:

with 3-D Coordinate Reference System:
- CRS: AnsiDate, axis labels: time
- CRS: EPSG:4326, axis labels: Lat, Lon

and with a link to the CRS as:

with 3-D Coordinate Reference System (<a href="http://localhost:8080/rasdaman/def/crs-compound? 1=http://localhost:8080/rasdaman/def/crs/OGC/0/AnsiDate?axis-label="time"& 2=http://localhost:8080/rasdaman/def/crs/EPSG/0/4326">CRS URL</a>):

Change History (1)

comment:1 by Bang Pham Huu, 2 months ago

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