diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-15 08:20:36 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-15 08:21:12 +0100 |
| commit | 6171d6bb4893ee808fe302ddefc87c83a98086b7 (patch) | |
| tree | ed28238f86589d325dafd8759d55f501def46c36 /docs | |
| parent | 104d6172e85101658147a568de86bb678fa1c019 (diff) | |
[3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.
Backport of 4d912e6697784325bc43a6d852fe5a26e6fa235a from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 74f17d886a..c982eaa9e4 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -157,10 +157,11 @@ First, download the PROJ source code and datum shifting files [#]_:: $ wget https://download.osgeo.org/proj/proj-datumgrid-X.Y.tar.gz Next, untar the source code archive, and extract the datum shifting files in the -``nad`` subdirectory. This must be done *prior* to configuration:: +``data`` subdirectory (use ``nad`` subdirectory for PROJ < 6.x). This must be +done *prior* to configuration:: $ tar xzf proj-X.Y.Z.tar.gz - $ cd proj-X.Y.Z/nad + $ cd proj-X.Y.Z/data $ tar xzf ../../proj-datumgrid-X.Y.tar.gz $ cd .. |
