Skip to content

Commit df0c3f3

Browse files
jmckennagithub-actions[bot]
authored andcommitted
update links
1 parent 4ab5fe7 commit df0c3f3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

en/basemaps/install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Imposm Installation
4141
OpenStreetMap data are processed by imposm. This is a fast and easy step.
4242

4343
Check the Installation process from
44-
http://imposm.org/docs/imposm/latest/install.html or see the steps below:
44+
https://imposm.org/docs/imposm/latest/install.html or see the steps below:
4545

4646
.. code-block:: bash
4747

@@ -60,7 +60,7 @@ case).
6060
Data Import
6161
------------
6262

63-
Source: http://imposm.org/docs/imposm/latest/tutorial.html#writing
63+
Source: https://imposm.org/docs/imposm/latest/tutorial.html#writing
6464

6565
.. code-block:: bash
6666

en/input/vector/ogr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE ( http://www.geografia.toscana.it
10401040
.. _`Microstation DGN files`: https://gdal.org/drivers/vector/dgn.html
10411041
.. _`MySQL`: https://gdal.org/drivers/vector/mysql.html
10421042
.. _`OGDI Vectors`: https://gdal.org/drivers/vector/ogdi.html
1043-
.. _`ODBC`: http://www.gdal.org/drv_odbc.html
1044-
.. _`Oracle Spatial`: https://gdal.org/drivers/vector/odbc.html
1043+
.. _`ODBC`: https://gdal.org/en/stable/drivers/vector/odbc.html
1044+
.. _`Oracle Spatial`: https://gdal.org/en/stable/drivers/vector/oci.html
10451045
.. _`PostgreSQL`: https://gdal.org/drivers/vector/pg.html
10461046
.. _`SDTS`: https://gdal.org/drivers/vector/sdts.html
10471047
.. _`SQLite`: https://gdal.org/drivers/vector/sqlite.html

en/mapcache/caches.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ In some cases, it may be desirable to have a precise hand on the
415415
filename to use for a given x,y,z tile lookup, e.g. to look for a file
416416
named `Z03-R00003-C000009.sqlite3` instead of just `Z3-R3-C9.sqlite3`. The
417417
<dbfile> entry supports formatting attributes, following the Unix
418-
printf syntax ( c.f.: http://linux.die.net/man/3/printf ), by suffixing
418+
printf syntax ( c.f.: https://linux.die.net/man/3/printf ), by suffixing
419419
each template key with "_fmt", e.g.:
420420

421421
.. code-block:: xml

en/mapcache/sources.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Experimental
5555

5656
WMTS Sources
5757
--------------------------------------------------------------------------------
58-
MapCache WMTS source uses GDAL WMTS driver under the hood. Note that GDAL version must be > 2.1 to be able to enable the driver correctly. GDAL WMTS driver documentation can be found on: http://www.gdal.org/frmt_wmts.html
58+
MapCache WMTS source uses GDAL WMTS driver under the hood. Note that GDAL version must be > 2.1 to be able to enable the driver correctly. GDAL WMTS driver documentation can be found on: https://gdal.org/en/stable/drivers/raster/wmts.html
5959

6060
GDAL WMTS xml file is needed, example command to construct such a file directly from wmts source equipped with basic auth & user/pass is:
6161
gdal_translate "WMTS:https://<url to capabilities>,layer=<layer id>" gdal_wmts.xml -of WMTS --config GDAL_HTTP_AUTH BASIC --config GDAL_HTTP_USERPWD <user:pass>

en/mapfile/outputformat.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,5 +463,5 @@ TRANSPARENT [on|off]
463463
generation with transparency it is best to use an otherwise unused color
464464
as the background color.
465465

466-
.. _`GDAL Geospatial PDF`: http://www.gdal.org/frmt_pdf.html
466+
.. _`GDAL Geospatial PDF`: https://gdal.org/en/stable/drivers/raster/pdf.html
467467
.. _`MapServer issue #2436`: https://github.com/MapServer/MapServer/issues/2436

0 commit comments

Comments
 (0)