[postgis-devel] Issue 108 in postgis: ST_LineToCurve Crashing
codesite-noreply at google.com
codesite-noreply at google.com
Tue Feb 3 06:50:03 PST 2009
Comment #5 on issue 108 by robe.... at cityofboston.gov: ST_LineToCurve
Crashing
http://code.google.com/p/postgis/issues/detail?id=108
We still have issues here
This fails
SELECT ST_LineToCurve(foo1.the_geom)
FROM ((SELECT
ST_Collect(ST_Collect(ST_SetSRID(ST_MakePoint(i,j,m),4326),ST_SetSRID(ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_MakePoint(i+m,j,m),ST_MakePoint(j+m,i-m,m)),ST_MakePoint(i,j,m)),ST_MakePointM(i+m,j,m))),4326)))
As the_geom
FROM generate_series(-10,50,20) As i
CROSS JOIN generate_series(50,70, 20) As j
CROSS JOIN generate_series(1,2) As m
GROUP BY m)) As foo1;
--
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