Commit 3f04850f authored by Sergey Fedoseev's avatar Sergey Fedoseev Committed by Tim Graham
Browse files

[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.

Backport of 0224f1cb from master
parent 3bcd42d3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -335,10 +335,6 @@ Returns the GeoJSON representation of the geometry. Note that the result is not
a complete GeoJSON structure but only the ``geometry`` key content of a
GeoJSON structure. See also :doc:`/ref/contrib/gis/serializers`.

.. note::

    Requires GDAL.

.. attribute:: GEOSGeometry.geojson

Alias for :attr:`GEOSGeometry.json`.