From f920be7c329b3de77d1ea306a6104487ce1228fb Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 25 Nov 2015 23:59:57 +0500 Subject: Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property. --- docs/ref/contrib/gis/geos.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') 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 -- cgit v1.3