diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2018-09-17 21:03:30 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-09-17 12:03:30 -0400 |
| commit | c5e450ac950316068455e76d4a63b78110d7cde5 (patch) | |
| tree | b8f6e7c0ee735b157864c646ee12daa410040375 /docs | |
| parent | 4441778c263c075675950c8488882ee4ddac4c12 (diff) | |
Fixed #29761 -- Confirmed support for PROJ 5.x.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index ee1ddad6d3..9462451dff 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -9,7 +9,7 @@ geospatial libraries: Program Description Required Supported Versions ======================== ==================================== ================================ =================================== :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 +`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 5.2, 5.1, 5.0, 4.x :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 |
