[postgis-devel] [PostGIS] #1645: ST_LineMerge gives cryptic type message with compounds
PostGIS
trac at osgeo.org
Fri Mar 2 18:14:12 PST 2012
#1645: ST_LineMerge gives cryptic type message with compounds
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 1.5.4
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
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
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1645>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list