summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-23 15:31:28 +0500
committerSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-23 15:31:28 +0500
commit0224f1cb042cc14545369b230cf7036af6c296ab (patch)
tree5377d94daa16b36a324e650513e9d3bed5b4147c /docs/ref
parent5d348bba3178f57bf018aee08d243a92933c5ce0 (diff)
Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt4
1 files changed, 0 insertions, 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`.