id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4614,Incorrect Rounding from OGRFormatDouble,jpalmer,Even Rouault,"When exporting a geometry with a vertex value of 169.600374, OGRGeometry.ExportToWkt() gives an incorrect rounded value of 169.60037. Tracking this down it relates to the logic implemented within OGRFormatDouble() pretty-printing rounding when dealing with trailing 99999s: http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrutils.cpp#L141 In the default case where nPrecision is set to 15 the float value is incorrectly truncated to 5 DP.",defect,closed,high,1.9.1,OGR_SF,unspecified,normal,fixed,,Robert Coup