Commit 0224f1cb authored by Sergey Fedoseev's avatar Sergey Fedoseev
Browse files

Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.

parent 5d348bba
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -330,10 +330,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`.