summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-23 15:31:28 +0500
committerTim Graham <timograham@gmail.com>2015-12-23 07:28:14 -0500
commit3f04850f82826ce8d502ec0a2bb14d8fe16517c2 (patch)
treeb24032367dfe235431b18259cf165c62fec8f626 /docs
parent3bcd42d343db97f57fbeb2984bbf3a3588329f13 (diff)
[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
Backport of 0224f1cb042cc14545369b230cf7036af6c296ab from master
Diffstat (limited to 'docs')
-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 f4cc5876f2..ca046c6841 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -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`.