diff options
| author | Mads Jensen <mje@inducks.org> | 2018-11-10 23:40:50 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-10 17:40:50 -0500 |
| commit | 961f8e99850ecb334d63a943b53b3cb1180ef538 (patch) | |
| tree | 932e0047889167ab3245fc3e3127648b957b7e99 /docs/ref | |
| parent | d293d68f6a6d3b8006c919c54729a724835321a4 (diff) | |
Updated some links to https and new locations.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 5b9022c28a..071c05b732 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -101,7 +101,7 @@ directly from Python using ctypes. First, download GEOS from the GEOS website and untar the source archive:: - $ wget http://download.osgeo.org/geos/geos-X.Y.Z.tar.bz2 + $ wget https://download.osgeo.org/geos/geos-X.Y.Z.tar.bz2 $ tar xjf geos-X.Y.Z.tar.bz2 Next, change into the directory where GEOS was unpacked, run the configure @@ -159,8 +159,8 @@ reference systems. First, download the PROJ.4 source code and datum shifting files [#]_:: - $ wget http://download.osgeo.org/proj/proj-X.Y.Z.tar.gz - $ wget http://download.osgeo.org/proj/proj-datumgrid-X.Y.tar.gz + $ wget https://download.osgeo.org/proj/proj-X.Y.Z.tar.gz + $ 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:: @@ -189,7 +189,7 @@ supports :doc:`GDAL's vector data <../gdal>` capabilities [#]_. First download the latest GDAL release version and untar the archive:: - $ wget http://download.osgeo.org/gdal/X.Y.Z/gdal-X.Y.Z.tar.gz + $ wget https://download.osgeo.org/gdal/X.Y.Z/gdal-X.Y.Z.tar.gz $ tar xzf gdal-X.Y.Z.tar.gz $ cd gdal-X.Y.Z |
