Opened 12 years ago

Closed 12 years ago

#1270 closed defect (fixed)

ST_Split returns invalid components

Reported by: strk Owned by: strk
Priority: high Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

SELECT ST_AsText(ST_Split('MULTILINESTRING((-5 -2,0 0),(0 0,10 10))', 'POINT(0 0)'));

Returns:

 GEOMETRYCOLLECTION(LINESTRING(-5 -2,0 0),LINESTRING(0 0),LINESTRING(0 0,10 10))

Note the second element is a single-point line. It only happens on a 32bit for me.

Change History (1)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

This is now fixed (by either r8115 or r8112, not sure which fixed it.

Note: See TracTickets for help on using tickets.