Changeset 13635

Show
Ignore:
Timestamp:
01/30/08 15:50:44 (5 months ago)
Author:
warmerdam
Message:

Strip namespaces off DescribeCoverage? response (early), and add a bug
workaround for GeoServer? WCS 1.1 responses.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/wcs/wcsdataset.cpp

    r13536 r13635  
    816816        return FALSE; 
    817817 
     818    CPLStripXMLNamespace( psDC, NULL, TRUE ); 
     819 
    818820/* -------------------------------------------------------------------- */ 
    819821/*      Did we get a CoverageOffering?                                  */ 
     
    12071209                                  " ", FALSE, FALSE ); 
    12081210 
    1209     if( strstr(pszGridType,":2dGridIn2dCrs") ) 
     1211    if( strstr(pszGridType,":2dGridIn2dCrs")  
     1212        || strstr(pszGridType,":2dGridin2dCrs") ) 
    12101213    { 
    12111214        if( CSLCount(papszOffsetTokens) == 4