Opened 13 years ago

Closed 19 months ago

#401 closed enhancement (fixed)

LineMerger fails to extract linework from collection

Reported by: strk Owned by: geos-devel@…
Priority: major Milestone: GEOS Fund Me
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

This input:

GEOMETRYCOLLECTION(
   MULTILINESTRING(
    (1656318.45 4833344.45,1656321.79 4833339.62,1656312.54 4833333.49),
    (1656312.54 4833333.49,1656309.68 4833337.07)
   ),
   LINESTRING(1656309.68 4833337.07,1656318.45 4833344.45)
)

Fed to LineMerger, result in only the last linestring being present in output.

Change History (5)

comment:1 by strk, 13 years ago

Milestone: 3.3.0

comment:2 by strk, 13 years ago

Milestone: GEOS Future
Type: defectenhancement

JTS behaves the same...

comment:3 by robe, 6 years ago

Milestone: GEOS FutureGEOS Fund Me

Milestone renamed

comment:5 by dbaston, 19 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.