[postgis-devel] Issue 145 in postgis: POLYGON( EMPTY) is unparseable

codesite-noreply at google.com codesite-noreply at google.com
Mon Apr 6 13:03:26 PDT 2009


Comment #1 on issue 145 by pwramsey3: POLYGON( EMPTY) is unparseable
http://code.google.com/p/postgis/issues/detail?id=145

This is more than an input/output problem:

postgis14=# select ST_Buffer(ST_GeomFromText('LINESTRING(-116.93414544665981
34.16033385105459,-116.87777514700957 34.10831080544884,-116.86972224705954
34.086748622072776,-116.9327074288116 34.08458099517253,-117.00216369088065
34.130329331330216,-117.00216369088065 34.130329331330216)', 4326),  
0);                     server closed
the connection unexpectedly	This probably means the server terminated  
abnormally
	before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!> \q


postgis14=# select  
area(ST_Buffer(ST_GeomFromText('LINESTRING(-116.93414544665981
34.16033385105459,-116.87777514700957 34.10831080544884,-116.86972224705954
34.086748622072776,-116.9327074288116 34.08458099517253,-117.00216369088065
34.130329331330216,-117.00216369088065 34.130329331330216)', 4326), 0));
ERROR:  getPoint2d_p: point offset out of range


Whatever is being returned by buffer is deeply malformed.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list