summaryrefslogtreecommitdiff
path: root/docs
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:58:36 -0500
commit91c976b64b58e8066b692091ed2222e3980aa5c0 (patch)
treef75a4fec924f4b943ceea8d622eff3c90ff75d75 /docs
parentc0d8d5f98c7f3484a254bbefbb4527aa0c6791d2 (diff)
[1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.
Backport of febe1321dac489e2e9dc30b6a67ee3b623e0b735 from master
Diffstat (limited to 'docs')
-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 ca046c6841..dc4a0c357d 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``
+======================= ======================
.. note::