Opened 8 years ago

Closed 8 years ago

#25654 closed New feature (fixed)

add support for `GEOSUnaryUnion` that was added to geos 3.3

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: 1.8
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

GEOSUnaryUnion is C API analogue of this method.
Before starting work on this dropping support for geos < 3.2 should be evaluated I think.

Change History (4)

comment:1 by Sergey Fedoseev, 8 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Claude Paroz, 8 years ago

Triage Stage: UnreviewedAccepted

I think we could drop GEOS 3.2 in Django 1.10.

comment:3 by Sergey Fedoseev, 8 years ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 034dfbfc:

Fixed #25654 -- Added the GEOSGeometry.unary_union property.

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