Opened 13 years ago
Closed 13 years ago
#1645 closed defect (fixed)
ST_LineMerge gives cryptic type message with compounds
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 1.5.4 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Fixed at r9676