#25773 closed Cleanup/optimization (fixed)
deprecate `MultiPolygon.cascaded_union` in favor of `GEOSGeometry.unary_union`
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 3.3 deprecates GEOSUnionCascaded
in favor of GEOSUnaryUnion
so similar changes should be done for Django.
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 9 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR -- https://github.com/django/django/pull/5690