On 01/28/12 22:41, AksakTimur wrote:
Hey,
I'm new to GDAL and I have a problem when I try to open a raster file with a
.map worldfile(OziExplorer Map Data File):
Hello,
Can you post the .map file ?
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
does gdalinfo work with the file(s) in question? Is the appropriate
driver built into your gdal installation (try gdalinfo --formats)?
Etienne
On Sat, Jan 28, 2012 at 7:41 PM, AksakTimur wrote:
> Hey,
>
> I'm new to GDAL and I have a problem when I try to open a raster file with a
> .map worldfi
Hey,
I'm new to GDAL and I have a problem when I try to open a raster file with a
.map worldfile(OziExplorer Map Data File):
...
double AdfGeoTransform[6];
pDataset->GetGeoTransform( AdfGeoTransform ) *returs CE_Failure!*
...
Also, I've tried GDALLoadOziMapFile(..) and GDALReadOziMapFile(...):