From 0224f1cb042cc14545369b230cf7036af6c296ab Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 23 Dec 2015 15:31:28 +0500 Subject: [PATCH] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL. --- docs/ref/contrib/gis/geos.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 259221ef23..866afb37dc 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -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`.