[postgis-devel] Issue 124 in postgis: Missing CompoundCurve parser test when disjoint segments

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 9 10:02:42 PDT 2009


Status: Accepted
Owner: olivier.courtin
Labels: Type-Defect Milestone-1.4 Priority-Medium

New issue 124 by olivier.courtin: Missing CompoundCurve parser test when  
disjoint segments
http://code.google.com/p/postgis/issues/detail?id=124

What steps will reproduce the problem?

1) Should work (and do)
COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,30 5),CIRCULARSTRING(30 5,34
56,67 89))

2) Should not work (and do neither):
SELECT asewkt(geomfromewkt('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0), (1
0, 30 6),CIRCULARSTRING(30 5, 34 56, 67 89))'));

What is the expected output? What do you see instead?
The second query should end with error as all segments in compoundcurve are
not join (first point is the same than the latest from previous segment)



--
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