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



_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to