diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-12 13:34:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-12 13:34:58 -0400 |
| commit | 9e4f26bb40abcade301ec836aa0b84acf5f60041 (patch) | |
| tree | f5c2a1315e8da1df9ff0de8cde0714d9314f9283 /docs/ref | |
| parent | 8dcd43ce06b06cd67dab134099135d976ae9884a (diff) | |
Fixed #29483 -- Confirmed support for GDAL 2.3.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index f483052e47..708b5a8a0b 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.6, 3.5, 3.4 `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 2.2, 2.1, 2.0, 1.11 +:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 2.3, 2.2, 2.1, 2.0, 1.11 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.4, 2.3, 2.2, 2.1 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3, 4.2, 4.1 @@ -28,6 +28,7 @@ totally fine with GeoDjango. Your mileage may vary. GDAL 2.0.0 2015-06 GDAL 2.1.0 2016-04 GDAL 2.2.0 2017-05 + GDAL 2.3.0 2018-05 PostGIS 2.1.0 2013-08-17 PostGIS 2.2.0 2015-10-17 PostGIS 2.3.0 2016-09-26 |
