[gdal-dev] Output MapInfo File with CoordSys Information

Reinaldo escada Chohfi reinaldo at geodesign.com.br
Tue Sep 22 21:56:58 EDT 2009


Hello List,

I am still trying to get a x,y (lon/Lat) point file in MapInfo format with
coordinate information.

I get the correct MapInfo files out (.tab or .mif) with the x,y points and
attributes, but without the CoordSys information.
The output file is always Non-Earth.

I've tried everything:

OGRSpatialReference oSRS;
oSRS.SetWellKnownGeogCS("EPSG:4326");
oSRS.importFromMICoordSys( "CoordSys Earth Projection 1, 104" );


Could someone PLEASE let me know what to do?

Thanks in advance.

Reinaldo





More information about the gdal-dev mailing list