Ticket #1645 (closed defect: fixed)

Opened 16 months ago

Last modified 14 months ago

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

Change History

Changed 14 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Fixed at r9676

Note: See TracTickets for help on using tickets.