id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1645,ST_LineMerge gives cryptic type message with compounds,robe,pramsey,"This seems to be an issue on 1.5.3 install I have.  2.0 is fine.


{{{
SELECT ST_LineMerge('GEOMETRYCOLLECTION(COMPOUNDCURVE((-81.1326268464502 32.3409120472138,-81.132597784506 32.3409148164671,-81.1324733009804 32.3409389422118)))'::geometry);
}}}

On 1.5.3 gives:

{{{
ERROR:  Unknown geometry type: 9

}}}

On 2.0 gives:


{{{
ERROR:  Unknown geometry type: 9 - CompoundCurve
}}}

",defect,closed,low,PostGIS 1.5.4,postgis,1.5.X,fixed,,
