summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJustin Bronn <justin@counsyl.com>2015-04-13 15:26:28 -0400
committerJustin Bronn <justin@counsyl.com>2015-04-13 15:26:28 -0400
commit508b06f3897409362f40682fc5a5ffc1ffbb04bd (patch)
treea0b2f7f3f30eae4ac4878baa27607ee3eaed0135 /docs/ref
parent4fb0023816f3263387a8b88fa3cfefe88be68e37 (diff)
Update to indicate GDAL 1.11 is supported.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/install/geolibs.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt
index 56abe8f779..1917ab9179 100644
--- a/docs/ref/contrib/gis/install/geolibs.txt
+++ b/docs/ref/contrib/gis/install/geolibs.txt
@@ -10,7 +10,7 @@ Program Description Required
======================== ==================================== ================================ ============================
:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.4, 3.3, 3.2
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.9, 4.8, 4.7, 4.6, 4.5, 4.4
-:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes (SQLite only) 1.10, 1.9, 1.8, 1.7
+:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes (SQLite only) 1.11, 1.10, 1.9, 1.8, 1.7
:doc:`GeoIP <../geoip>` IP-based geolocation library No 1.4
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.1, 2.0, 1.5
`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.1, 4.0, 3.0, 2.4
@@ -28,7 +28,7 @@ totally fine with GeoDjango. Your mileage may vary.
GDAL 1.8.0 2011-01-13
GDAL 1.9.0 2012-01-03
GDAL 1.10.0 2013-04-29
- GDAL 1.11.0 2014-04-25 # To be tested!
+ GDAL 1.11.0 2014-04-25
PostGIS 1.5.0 2010-02-04
PostGIS 2.0.0 2012-04-03
PostGIS 2.1.0 2013-08-17
@@ -198,9 +198,9 @@ supports :doc:`GDAL's vector data <../gdal>` capabilities [#]_.
First download the latest GDAL release version and untar the archive::
- $ wget http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz
- $ tar xzf gdal-1.9.2.tar.gz
- $ cd gdal-1.9.2
+ $ wget http://download.osgeo.org/gdal/1.11.2/gdal-1.11.2.tar.gz
+ $ tar xzf gdal-1.11.2.tar.gz
+ $ cd gdal-1.11.2
Configure, make and install::