Opened 13 years ago
Closed 12 months ago
#401 closed enhancement (fixed)
LineMerger fails to extract linework from collection
Reported by: | strk | Owned by: | |
---|---|---|---|
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 , 12 years ago
Milestone: | 3.3.0 |
---|
comment:2 by , 12 years ago
Milestone: | → GEOS Future |
---|---|
Type: | defect → enhancement |
comment:5 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in main
with 0c4e1f20be609e13b608cb6194d83581298675cb/git
Note:
See TracTickets
for help on using tickets.
JTS behaves the same...