I&#39;m trying to create a MapInfo file using gdal ogr java bindings (version 1.9.0) with some point geometries.<br>However the geometries in the created MapInfo file doesn&#39;t actually match with the values which i have used in creation.<br>
<br>For example, I create a MapInfo feature with a point geometry and with the following coordinates:<br>X = 196153.123 <br>Y= 272453.6789<br><br>When i read the same feature back, GDAL gives the following as coordinates for the same feature:<br>
X = 196153.12630125193 <br>Y = 272453.67830354505<br><br>Any reason why MapInfo driver changes these coordinates?<br><br>Thanks in advance<br>