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
> 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
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
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
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
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