summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBrenton Partridge <bapartridge@gmail.com>2021-12-19 01:15:09 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-21 13:36:08 +0100
commitb85ceaaba6e3de8419a8604cde426914a7915e13 (patch)
tree55136e08550ebc7a0d10f30681faa101333a6161 /docs/ref
parent7e6a2e3b4555c069c50cb949404938345bfb2ea6 (diff)
[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64.
Backport of 19fb838803f63eef0726a370050443b693f109be from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 84de1094fc..ed8dc2d893 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -766,6 +766,8 @@ Other Properties & Methods
>>> if poly_1.area > poly_2.area:
>>> pass
+.. _geos-geometry-collections:
+
Geometry Collections
====================