Ticket #1946 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

WCS Driver Fails in German Locale

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.5.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: wcs
Cc: gaopeng

Description

The driver generates the following GetCoverage? request under German locale. It's hard to parse BBOX with the extra ",". It seems that the request will need to be generated under "C" locale.

SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage?&COVERAGE=1&FORMAT=GeoTIFF& BBOX=-121,998970423892,35,0010629094412,-121,001062909442,35,99897042389 21&WIDTH=346&HEIGHT=346&CRS=EPSG:4326&INTERPOLATION;=nearest neighbor&Band=1,2,3

Change History

10/27/07 00:11:32 changed by warmerdam

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

I have modified the WCSDataset::GetCoverage?() method to operate in the C locale in trunk (r12550) and 1.4-esri (r12551).