Opened 9 years ago

Closed 8 years ago

#908 closed defect (duplicate)

WMS 1.3 does not support time CRSs

Reported by: Alex Dumitru Owned by: Alex Dumitru
Priority: major Milestone: 9.3
Component: undecided Version: development
Keywords: Cc:
Complexity: Medium

Description

Using the InsertFromWCSLayer operation in WMS1.3 with a 3D coverage from petascope that is using a time crs fails with the following error:

<?xml version='1.0' encoding="UTF-8"?>
<ServiceExceptionReport version="1.3.0"
                        xmlns="http://www.opengis.net/ogc"
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd">
    <ServiceException code="InvalidCrs">
        The supplied crs uri http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/EPSG/0/4326&2=http://localhost:8080/def/crs/OGC/0/AnsiDate is invalid.
    </ServiceException>
</ServiceExceptionReport>

Change History (2)

comment:1 by Dimitar Misev, 9 years ago

Milestone: 9.2

comment:2 by Bang Pham Huu, 8 years ago

Milestone: 9.29.3
Resolution: duplicate
Status: newclosed

The error due to in the function convertCrsUriToWmsCrs of CrsComputer it is supposed to request a CRS (e.g: http://.../4326) (not a compoundCrs) like a 3D coverage, then it throw exception. This ticket will be fixed in http://rasdaman.org/ticket/1304 when support import 3D coverage as layers from WCS to WMS 1.3.

Note: See TracTickets for help on using tickets.