diff options
| author | Brenton Partridge <bapartridge@gmail.com> | 2021-12-19 01:15:09 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-21 13:00:09 +0100 |
| commit | 19fb838803f63eef0726a370050443b693f109be (patch) | |
| tree | cd9259e72fd2be670d7f38195863cb115b97ad9e /docs/ref | |
| parent | e95e6425ac354b8fb0c24580b740dbdc2ea72bd6 (diff) | |
Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ==================== |
