mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
This commit is contained in:
parent
0cfe589f95
commit
f920be7c32
5 changed files with 23 additions and 0 deletions
|
@ -746,6 +746,10 @@ Geometry Collections
|
|||
|
||||
.. attribute:: cascaded_union
|
||||
|
||||
.. deprecated:: 1.10
|
||||
|
||||
Use the :attr:`GEOSGeometry.unary_union` property instead.
|
||||
|
||||
Returns a :class:`Polygon` that is the union of all of the component
|
||||
polygons in this collection. The algorithm employed is significantly
|
||||
more efficient (faster) than trying to union the geometries together
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue