Re: [gdal-dev] Reading the WMS raster output

2010-12-21 Thread Cher Quisido
i got it! i was using the wms sample xml and im behind proxy that's why i could never get a response from the server. works now with my local server ;) On Tue, Dec 21, 2010 at 8:27 PM, Cher Quisido wrote: > Hi, I finally managed to get the GetColorInterpretation() to return the &

Re: [gdal-dev] Reading the WMS raster output

2010-12-21 Thread Cher Quisido
t = poBand->RasterIO( GF_Read, 0, 0, nXSize, nYSize, Scanline, nXSize, nYSize, GDT_Byte, 0, 0 ); Thanks in advance :) On Tue, Dec 21, 2010 at 6:49 PM, Even Rouault wrote: > Selon Cher Quisido : > > This has been fixed in GDAL 1.8.0dev. See > http://trac.osgeo.org/gdal/ticke

[gdal-dev] Reading the WMS raster output

2010-12-21 Thread Cher Quisido
Hi, I am trying to add WMS support to our current GIS application. And I have some problems when reading the raster data. I get 3 bands on the call to GetRasterCount() but in the call to GetColorInterpretation() I get GCI_Undefined. I also get CE_Failure on my call to RasterIO(). I am using the