summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-25 23:59:57 +0500
committerTim Graham <timograham@gmail.com>2015-11-25 17:31:24 -0500
commitf920be7c329b3de77d1ea306a6104487ce1228fb (patch)
tree457e0a1a7f22c0bb2cb40791cd8fe933bf52ed90 /docs/ref
parent0cfe589f9563f283cbffd03d95c7f9e8e63345b9 (diff)
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index abe22aad2f..8896ac0a30 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -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