Opened 11 years ago

Closed 10 years ago

#432 closed task (fixed)

verify WCS extension list in capabilities document

Reported by: Peter Baumann Owned by: Piero Campalani
Priority: minor Milestone: 9.0
Component: petascope Version: 8.5
Keywords: Cc: Jinsongdi Yu,
Complexity: Medium

Description

as part of the final checks for 9.0 we should check that the <profile> list in the GetCapabilities response correctly reflects implenetation.

Change History (5)

comment:1 by Jinsongdi Yu, 11 years ago

Cc: Piero Campalani removed
Resolution: fixed
Status: newclosed

OWS profiles are added dynamically by the ExtensionRegistry

comment:2 by Piero Campalani, 10 years ago

Resolution: fixed
Status: closedreopened

Re-opening since currently the scaling extension was wrongly removed from the service capabilities (changeset:3315a12), while all four variants are implemented:

$ grep scale <wcs_systemtest>/queries/*.kvp
./queries/09-get_coverage_scale1.kvp:scalefactor=2.0
./queries/10-get_coverage_scale2.kvp:scaleaxes=i(0.5)
./queries/11-get_coverage_scale3.kvp:scalesize=j(16)
./queries/12-get_coverage_scale4.kvp:scaleextent=j(16:34)

comment:3 by Piero Campalani, 10 years ago

Before publishing conformance to the scaling extension, ticket #607 needs to be fixed.

Additionally, changeset:3315a12 as well removed CRS extension from the registry but not completely throughout the code: crsMetadata element needs to be removed from capabilities.

comment:4 by Piero Campalani, 10 years ago

Milestone: 9.0-beta19.0
Owner: changed from Jinsongdi Yu to Piero Campalani
Status: reopenedaccepted

comment:5 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

changeset:7ceb4f2 : spurious CRS extension code cleaned up and scaling extension profile restored in the service capabilities.

Note: See TracTickets for help on using tickets.