<br />
I am using gdal 1.6.1 and trying to export a set of point fetures though
OGR in different formats: Shape, MapInfo, KML, etc.<br />
<br />
The C++ program&nbsp;exports to .shp with .prj without problems with the
correct srs information.<br />
<br />
The .kml comes out fine too.&nbsp; The points fall in the right place when
viewing in GoogleEarth/Maps<br />
<br />
However, the MapInfo file doesn't have the srs.&nbsp; It's always NonEarth
projection.<br />
<br />
Could anyone help me?&nbsp; What am I missing?<br />
<br />
Thanks in advance.<br />
<br />
Reinaldo