Ticket #2036 (closed defect: fixed)

Opened 1 year ago

Last modified 2 months ago

wcs_name is used to generate DescribeCoverage XML, but does not allow access to the specified layer by that name

Reported by: hobu Assigned to: sdlime
Priority: high Milestone: 5.2 release
Component: WCS Server Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tomkralidis, warmerdam

Description (Last modified by sdlime)

wcs_name (and probably ows_name) are used in the generation of DescribeCoverage
XML, but if you attempt to try and explicitly DescribeCoverage with
coverage=wcs_name, the server reports it cannot find the layer.  It is possible
to use coverage=mapserver_real_layer_name, however.

Change History

02/22/07 21:28:17 changed by fwarmerdam

  • cc set to warmerdam@pobox.com.

08/15/07 08:05:54 changed by tomkralidis

  • cc set to tomkralidis.

Looks like an addition to mapwcs.c msWCSDescribeCoverage to check against wcs_name first, then LAYER/NAME?

08/15/07 13:41:54 changed by sdlime

  • status changed from new to assigned.
  • description changed.

02/12/08 21:57:04 changed by tomkralidis

  • cc changed from tomkralidis to tomkralidis, warmerdam.
  • milestone set to 5.2 release.

02/12/08 21:57:11 changed by tomkralidis

  • version changed from unspecified to svn-trunk (development).

05/15/08 23:48:02 changed by sdlime

Has anyone touched this as part of the WCS conformance testing or in the WCS 2.0 implementation? I expect not but wanted to check before spending the time looking into it.

Steve

05/16/08 00:30:33 changed by sdlime

Looks like 1.0 still suffers from this. The fix is to lookup the name using the ows get metadata functions and compare that to the coverage parameter. I can commit when I get to a box I can test with. Don't know if 2.0 suffers from this.

Steve

05/23/08 13:52:04 changed by sdlime

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r7617. Updated DescribeCoverage? too since it had the same problem.

Steve