diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-07-19 05:49:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 06:49:41 +0200 |
| commit | 37ec8721df493413d5ea5266b6faead9b8f520a9 (patch) | |
| tree | e52972fa80f8dad8fa9f0f0ed5a3365a57605efe | |
| parent | e21daa4e4c0200e35435a6ae0b400ec8480f4e94 (diff) | |
Fixed #32942 -- Confirmed support for PostGIS 3.1.
| -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 469e55ef51..4226bbc8a9 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -12,7 +12,7 @@ Program Description Required `PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 8.x, 7.x, 6.x, 5.x, 4.x :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.3, 3.2, 3.1, 3.0, 2.4, 2.3, 2.2, 2.1 :doc:`GeoIP <../geoip2>` IP-based geolocation library No 2 -`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.0, 2.5, 2.4 +`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.1, 3.0, 2.5, 2.4 `SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 5.0, 4.3 ======================== ==================================== ================================ ====================================== @@ -36,6 +36,7 @@ totally fine with GeoDjango. Your mileage may vary. PostGIS 2.4.0 2017-09-30 PostGIS 2.5.0 2018-09-23 PostGIS 3.0.0 2019-10-20 + PostGIS 3.1.0 2020-12-18 SpatiaLite 4.3.0 2015-09-07 SpatiaLite 5.0.0 2020-08-23 |
