Opened 17 years ago

Last modified 17 years ago

#2244 closed defect

WCS supportedFormats - need to split <formats> tag — at Version 1

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 (1)

comment:1 by warmerdam, 17 years ago

Description: modified (diff)
Status: newassigned

Fix the correct result.

Note: See TracTickets for help on using tickets.