Opened 17 years ago

Last modified 17 years ago

#2244 closed defect

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

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

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

Note: See TracTickets for help on using tickets.