Opened 17 years ago

Closed 17 years ago

#1946 closed defect (fixed)

WCS Driver Fails in German Locale

Reported by: warmerdam Owned by: 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 (1)

comment:1 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.