summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-12-23 15:37:49 +0500
committerTim Graham <timograham@gmail.com>2015-12-23 07:57:13 -0500
commitfebe1321dac489e2e9dc30b6a67ee3b623e0b735 (patch)
tree6b93971313f34c679a06a5ec7e262133493dd2e1 /docs/ref
parent77f50c9cfc8b33bf86394816cde183e656ba28cd (diff)
Documented that GDAL is required to initialize GEOSGeometry from JSON.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index 866afb37dc..63de3cf6f3 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -189,14 +189,14 @@ given ``geo_input`` argument, and then assumes the proper geometry subclass
The following input formats, along with their corresponding Python types,
are accepted:
-============= ======================
-Format Input Type
-============= ======================
-WKT / EWKT ``str`` or ``unicode``
-HEX / HEXEWKB ``str`` or ``unicode``
-WKB / EWKB ``buffer``
-GeoJSON ``str`` or ``unicode``
-============= ======================
+======================= ======================
+Format Input Type
+======================= ======================
+WKT / EWKT ``str`` or ``unicode``
+HEX / HEXEWKB ``str`` or ``unicode``
+WKB / EWKB ``buffer``
+GeoJSON (requires GDAL) ``str`` or ``unicode``
+======================= ======================
Properties
~~~~~~~~~~