From 508b06f3897409362f40682fc5a5ffc1ffbb04bd Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Mon, 13 Apr 2015 15:26:28 -0400 Subject: [PATCH] Update to indicate GDAL 1.11 is supported. --- docs/ref/contrib/gis/install/geolibs.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 56abe8f7798..1917ab91798 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::