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

codesite-noreply at google.com codesite-noreply at google.com
Tue Mar 10 07:22:03 PDT 2009


Updates:
	Status: Fixed

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

Successfuly tested with following tests cases:

SELECT asewkt(geomfromewkt('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0), (1  
0, 30
6),CIRCULARSTRING(30 6, 34 56, 67 89))'));
-> OK

SELECT asewkt(geomfromewkt('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0), (1  
0, 30
6),CIRCULARSTRING(30 5, 34 56, 67 89))'));
-> KO

SELECT asewkt(geomfromewkt('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 1 0), (1  
1, 30
6),CIRCULARSTRING(30 6, 34 56, 67 89))'));
-> KO

Backporting to 1.3 seems not a priority

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