diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2020-05-12 14:25:19 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-12 11:25:19 +0200 |
| commit | 91e287cce0561b647e7b7fb96dd415567512f279 (patch) | |
| tree | f29ec2f7c8d019d0031fe63cfb6c1443ba9fbfb3 /docs | |
| parent | 17ea7cc9734a9849166d6c33bd8888bc38bfdd54 (diff) | |
Refs #30678 -- Added support for GDAL 3.1.
OSRSetAxisMappingStrategy() really returns void, so no errcheck is
needed. Previously set errcheck was raising positive false exceptions
on GDAL 3.1.
Diffstat (limited to 'docs')
| -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 fb1c77e53d..650577ac9d 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.8, 3.7, 3.6, 3.5 `PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 6.3, 6.2, 6.1, 6.0, 5.x, 4.x -:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.0, 2.4, 2.3, 2.2, 2.1, 2.0 +:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.1, 3.0, 2.4, 2.3, 2.2, 2.1, 2.0 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.0, 2.5, 2.4, 2.3, 2.2 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.3 @@ -31,6 +31,7 @@ totally fine with GeoDjango. Your mileage may vary. GDAL 2.3.0 2018-05 GDAL 2.4.0 2018-12 GDAL 3.0.0 2019-05 + GDAL 3.1.0 2020-05-07 PostGIS 2.2.0 2015-10-17 PostGIS 2.3.0 2016-09-26 PostGIS 2.4.0 2017-09-30 |
