diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-02-14 16:18:17 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-02-14 16:20:58 +0100 |
| commit | a1fc97c1a7949b4e8a16d22ee33ca06c887af038 (patch) | |
| tree | bcf7f6442ccc1cd46fd52a39753d78a16e2e3675 /docs/ref | |
| parent | 8657e7caaac41266d9ac0b73a21af64edc681613 (diff) | |
[1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point
Thanks Manel Clos for the report.
Backport of 1379165b35 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 3be3af7bba..9d5e9f50e5 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -480,7 +480,8 @@ the geometry. .. attribute:: GEOSGeometry.envelope Returns a :class:`Polygon` that represents the bounding envelope of -this geometry. +this geometry. Note that it can also return a :class:`Point` if the input +geometry is a point. .. attribute:: GEOSGeometry.point_on_surface |
