Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1013 closed defect (fixed)

MultiLineString::reverse should not change component order

Reported by: dbaston Owned by: geos-devel@…
Priority: major Milestone: 3.7.3
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

This behavior is inconsistent with other geometry types. Recently fixed in JTS.

Recommend backporting to 3.7.x, where GEOSReverse was added to C API.

PR at https://github.com/libgeos/geos/pull/271

Change History (2)

comment:1 by Dan Baston <dbaston@…>, 4 years ago

Resolution: fixed
Status: newclosed

In c01c8c1/git:

Retain component order in MultiLineString::reverse

Updated for consistency with the behavior of other geometry types (as
changed in https://github.com/locationtech/jts/pull/513)

Fixes #1013

comment:2 by Dan Baston <dbaston@…>, 4 years ago

In 45b28eb/git:

Retain component order in MultiLineString::reverse

Updated for consistency with the behavior of other geometry types (as
changed in https://github.com/locationtech/jts/pull/513)

Fixes #1013

Note: See TracTickets for help on using tickets.