Opened 8 years ago

Closed 8 years ago

#25950 closed New feature (fixed)

add support for GEOSisClosed

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

GEOS has GEOSisClosed function that returns whether or not linear geometry is closed. We could add property to LineString and MultiLineString to expose this feature.

Change History (4)

comment:1 by Sergey Fedoseev, 8 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Sergey Fedoseev, 8 years ago

Has patch: set

comment:3 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 5d348bb:

Fixed #25950 -- Added support for GEOSisClosed.

Note: See TracTickets for help on using tickets.
Back to Top