diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:02:32 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:02:32 +0200 |
| commit | 64982cc2fb13ebc45982c64e25fdb7865e6d2499 (patch) | |
| tree | 06e65f4201fc67665773350457dfa8ee681b22b5 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 18f3d4c1bdb4039b13e0b9445553561651dbfa8f (diff) | |
Updated Wikipedia links to use https
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 9abcd857ff..f869e97729 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -158,7 +158,7 @@ extensions: data stored in the shapefile. __ http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip -__ http://en.wikipedia.org/wiki/Shapefile +__ https://en.wikipedia.org/wiki/Shapefile Use ``ogrinfo`` to examine spatial data --------------------------------------- @@ -259,7 +259,7 @@ longitude, latitude pairs in units of degrees. To use a different coordinate system, set the SRID of the geometry field with the ``srid`` argument. Use an integer representing the coordinate system's EPSG code. -__ http://en.wikipedia.org/wiki/SRID +__ https://en.wikipedia.org/wiki/SRID Run ``migrate`` --------------- |
