[gdal-dev] MapInfo Geometry Precision Issues
Murali Krishna
muralikrishna50 at gmail.com
Fri May 25 20:54:41 PDT 2012
I'm trying to create a MapInfo file using gdal ogr java bindings (version
1.9.0) with some point geometries.
However the geometries in the created MapInfo file doesn't actually match
with the values which i have used in creation.
For example, I create a MapInfo feature with a point geometry and with the
following coordinates:
X = 196153.123
Y= 272453.6789
When i read the same feature back, GDAL gives the following as coordinates
for the same feature:
X = 196153.12630125193
Y = 272453.67830354505
Any reason why MapInfo driver changes these coordinates?
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20120526/c9664696/attachment.html
More information about the gdal-dev
mailing list