Opened 17 years ago

Closed 17 years ago

#2244 closed defect (fixed)

WCS supportedFormats - need to split <formats> tag

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 5.0 release
Component: WCS Server Version: svn-trunk (development)
Severity: normal Keywords: supportedformats
Cc: hobu, sdlime, tomkralidis

Description (last modified by warmerdam)

WCS 1.0 should have a seperate <formats> tag for each format supported. So instead of this:

    <supportedFormats nativeFormat="ECW">
      <formats>JPEG PNG24</formats>
    </supportedFormats>

Return this:

    <supportedFormats nativeFormat="ECW">
      <formats>JPEG</formats>
      <formats>PNG24</formats>
    </supportedFormats>

There is some suggestion that space delimited formats lists should is a deprecated feature that can be used, but I think it is not well supported by clients. This is similar to bug #1148 with regard to CRS declarations.

Change History (5)

comment:1 by warmerdam, 17 years ago

Description: modified (diff)
Status: newassigned

Fix the correct result.

comment:2 by sdlime, 17 years ago

I can take if you wish.

Steve

comment:3 by warmerdam, 17 years ago

Steve,

I don't mind. I need to fix a corresponding bug on the GDAL WCS driver side of things and test so it isn't bad to take both sides of the issue (http://trac.osgeo.org/gdal/ticket/1748 for reference).

comment:4 by tomkralidis, 17 years ago

Cc: hobu sdlime tomkralidis added; hobu sdlime removed

note that msautotest/wxs/expected/wcs_describe.xml will need to be updated with this change.

comment:5 by warmerdam, 17 years ago

Resolution: fixed
Status: assignedclosed

I wonder what I meant by the cryptic "fix the correct result" message?

I have fixed this in r6637. I also updated the wcs_describe.xml in msautotest.

Note: See TracTickets for help on using tickets.