Opened 12 years ago
Closed 12 years ago
#171 closed defect (fixed)
Petascope GetCapabilities response is invalid (ServiceMetadata)
Reported by: | Owned by: | Dimitar Misev | |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | WCS GetCapabilities metadata | Cc: | |
Complexity: | Medium |
Description
When I correct the schemaLocation (as per Ref http://rasdaman.eecs.jacobs-university.de/trac/rasdaman/ticket/170)
oXygen tells me that the ServiceMetadata part of the response is invalid.
<wcs:ServiceMetadata xmlns="http://www.opengis.net/ows/2.0"> <!-- Link to Discovery metadata for this Download service will go here when we have that metadata --> <crs:CrsMetadata> <crs:supportedCrs>http://www.opengis.net/def/crs/EPSG/0/2000</crs:supportedCrs> <crs:supportedCrs>http://www.opengis.net/def/crs/EPSG/0/2001</crs:supportedCrs> ...
Should be:
<wcs:ServiceMetadata xmlns="http://www.opengis.net/ows/2.0" version="2.0.0"> <!-- Link to Discovery metadata for this Download service will go here when we have that metadata --> <wcs:Extension> <crs:CrsMetadata> <crs:supportedCrs>http://www.opengis.net/def/crs/EPSG/0/2000</crs:supportedCrs>
Note:
See TracTickets
for help on using tickets.
see ticket 170