Kaydet (Commit) 1379165b authored tarafından Claude Paroz's avatar Claude Paroz

Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point

Thanks Manel Clos for the report.
üst 0af3822d
...@@ -480,7 +480,8 @@ the geometry. ...@@ -480,7 +480,8 @@ the geometry.
.. attribute:: GEOSGeometry.envelope .. attribute:: GEOSGeometry.envelope
Returns a :class:`Polygon` that represents the bounding envelope of 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 .. attribute:: GEOSGeometry.point_on_surface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment