summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-02-14 16:18:17 +0100
committerClaude Paroz <claude@2xlibre.net>2015-02-14 16:20:11 +0100
commit1379165b3548b843980e59201eea8961a0b30a2d (patch)
tree7db9122af7c67e5424af019abdbb5d014246ff41 /docs
parent0af3822dc362b6253bda1c9699466dd0bbbf6066 (diff)
Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point
Thanks Manel Clos for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geos.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index f788bfff00..9ffda83b4e 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