﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25869	add support for GEOSWKTWriter_setRoundingPrecision and GEOSWKTWriter_setTrim	Sergey Fedoseev	Sergey Fedoseev	"It would be useful to have support of [http://geos.osgeo.org/doxygen/classgeos_1_1io_1_1WKTWriter.html#a55b7fd9ffcec35f7a4f823a0c9464dce GEOSWKTWriter_setRoundingPrecision] and [http://geos.osgeo.org/doxygen/classgeos_1_1io_1_1WKTWriter.html#a53f742121d0757cd4ca83795ffab1c3f GEOSWKTWriter_setTrim] functions that allow to control output of fractional part in WKT.

I think that `GEOSGeometry.wkt` should be trimmed because this trailing zeroes are quite annoying:
{{{
In [81]: print Point(1, 1)
POINT (1.0000000000000000 1.0000000000000000)
}}}
but this probably should go in another ticket."	New feature	closed	GIS	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
