Skip to content

Commit fa1d0b1

Browse files
smithdc1felixxm
authored andcommitted
Fixed #35048 -- Dropped support for PROJ 5.x.
1 parent d4c5836 commit fa1d0b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/ref/contrib/gis/install/geolibs.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ geospatial libraries:
99
Program Description Required Supported Versions
1010
======================== ==================================== ================================ ===========================================
1111
:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.12, 3.11, 3.10, 3.9, 3.8
12-
`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x, 5.x
12+
`PROJ`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 9.x, 8.x, 7.x, 6.x
1313
:doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.4
1414
:doc:`GeoIP <../geoip2>` IP-based geolocation library No 2
1515
`PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.4, 3.3, 3.2, 3.1, 3.0
@@ -45,7 +45,6 @@ totally fine with GeoDjango. Your mileage may vary.
4545
PROJ 8.0.0 2021-03-01
4646
PROJ 7.0.0 2020-02-25
4747
PROJ 6.0.0 2019-02-26
48-
PROJ 5.0.0 2018-03-01
4948
SpatiaLite 4.3.0 2015-09-07
5049
SpatiaLite 5.0.0 2020-08-23
5150
SpatiaLite 5.1.0 2023-08-04
@@ -191,8 +190,7 @@ PROJ < 7.x) [#]_:
191190
$ wget https://download.osgeo.org/proj/proj-data-X.Y.tar.gz
192191

193192
Next, untar the source code archive, and extract the datum shifting files in the
194-
``data`` subdirectory (use ``nad`` subdirectory for PROJ < 6.x). This must be
195-
done *prior* to configuration:
193+
``data`` subdirectory. This must be done *prior* to configuration:
196194

197195
.. code-block:: shell
198196

docs/releases/5.1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ backends.
271271

272272
* Support for PostGIS 2.5 is removed.
273273

274+
* Support for PROJ < 6 is removed.
275+
274276
Dropped support for MariaDB 10.4
275277
--------------------------------
276278

0 commit comments

Comments
 (0)