Re: [gdal-dev] WMS problem

2009-12-21 Thread Even Rouault
Michele Zanin a écrit : Michele, I've created a Trac ticket for the inconsistency between the code and the documentation. See http://trac.osgeo.org/gdal/ticket/3299 You're welcome to share your files. I think the best way would be for you to create a WMS page in the wiki and reference it und

Re: [gdal-dev] [MITAB] Unsupported case or corrupt file

2009-12-21 Thread RICHARD Didier
> Which version of GDAL/OGR are you using? > trunk (as it was last friday) it is compiled as follows : CPPFLAGS=-D_FILE_OFFSET_BITS=64 CFLAGS=-D_FILE_OFFSET_BITS=64 CXXFLAGS=-D_FILE_OFFSET_BITS=64 ./configure --prefix=/opt/gdal-1.7.0b1 --with-pg=/usr/bin/pg_config --with-jasper=/usr/lib/ --with

[gdal-dev] WMS problem

2009-12-21 Thread Michele Zanin
Dear friends, I'm playing with the WMS format from GDAL (svn version, 18323). Please note it's my first try with WMS, so it is possible i'm missing something important. I discovered some inconsistencies about documentation and actual parameters for the xml config file. In the official document

Re: [gdal-dev] [MITAB] Unsupported case or corrupt file

2009-12-21 Thread Daniel Morissette
Which version of GDAL/OGR are you using? Can you please try to convert your dataset from TAB to MIF using the tab2tab program available at http://mitab.maptools.org/ and see if you get the same error? About QGIS, yes, AFAIK it uses OGR (and MITAB) to read TAB files, so the difference in beha

Re: [gdal-dev] Why does gdal_translate rotate and rescale images?

2009-12-21 Thread Frank Warmerdam
Zoltan Szecsei wrote: Hi List, I have 2 pesky satellite images in .IMG format that need to be re-blocked because their tile size is not a multiple of 16 (so img2tiff cannot handle them). gdal_translate -b 1 -b 2 -b 3 src.img dst.tif does work, but it rotates & rescales my images (and loses the

[gdal-dev] Why does gdal_translate rotate and rescale images?

2009-12-21 Thread Zoltan Szecsei
Hi List, I have 2 pesky satellite images in .IMG format that need to be re-blocked because their tile size is not a multiple of 16 (so img2tiff cannot handle them). gdal_translate -b 1 -b 2 -b 3 src.img dst.tif does work, but it rotates & rescales my images (and loses the geo-referencing?). Is