From 19fb838803f63eef0726a370050443b693f109be Mon Sep 17 00:00:00 2001 From: Brenton Partridge Date: Sun, 19 Dec 2021 01:15:09 -0500 Subject: Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64. --- docs/ref/contrib/gis/geos.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index e8a88014cc..dd71229832 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -776,6 +776,8 @@ Other Properties & Methods >>> if poly_1.area > poly_2.area: >>> pass +.. _geos-geometry-collections: + Geometry Collections ==================== -- cgit v1.3