id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
245	GEOSGeomToWKT() not include the SRID?	bicealyh	geos-devel@lists.osgeo.org	"hello everyone,
Please look these code:
    GEOSGeom g1, g2;
    g1 = GEOSGeomFromWKT(""SRID=5001;POINT(44 31)"");
    g1srid = GEOSGetSRID(g1);
    g2 = GEOSGeomFromWKT(GEOSGeomToWKT(g1));
    g2srid= GEOSGetSRID(g2);
g2srid not have the same value with g1srid, which g1srid value is 5001 and g2srid is -1. My GEOS version is ""3.1.0"".  I don't know why? Can anyone give me answer 
and contact with me. my E-mail:bicealyh@gmail.com
Thanks!
LinYongHeng"	defect	closed	major	3.1.1	Default	3.0.3	Unassigned	invalid		
