Re: [gdal-dev] Problem with reading OziExplorer .map world files

2012-01-29 Thread Jean-Claude Repetto
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

Re: [gdal-dev] Problem with reading OziExplorer .map world files

2012-01-29 Thread Etienne Tourigny
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

[gdal-dev] Problem with reading OziExplorer .map world files

2012-01-28 Thread AksakTimur
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(...):