mirror of https://github.com/django/django.git
Updated broken links in docs/ref/contrib/gis/tutorial.txt.
This commit is contained in:
parent
eff21d8e7a
commit
f06bb7c88a
|
@ -37,7 +37,7 @@ basic apps`_ project. [#]_
|
||||||
instructions.
|
instructions.
|
||||||
|
|
||||||
.. _OGC: https://www.ogc.org/
|
.. _OGC: https://www.ogc.org/
|
||||||
.. _world borders: https://thematicmapping.org/downloads/world_borders.php
|
.. _world borders: https://web.archive.org/web/20240123190237/https://thematicmapping.org/downloads/world_borders.php
|
||||||
.. _GeoDjango basic apps: https://code.google.com/archive/p/geodjango-basic-apps
|
.. _GeoDjango basic apps: https://code.google.com/archive/p/geodjango-basic-apps
|
||||||
|
|
||||||
Setting Up
|
Setting Up
|
||||||
|
@ -115,7 +115,7 @@ unzip. On GNU/Linux platforms, use the following commands:
|
||||||
|
|
||||||
$ mkdir world/data
|
$ mkdir world/data
|
||||||
$ cd world/data
|
$ cd world/data
|
||||||
$ wget https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
|
$ wget https://web.archive.org/web/20231220150759/https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
|
||||||
$ unzip TM_WORLD_BORDERS-0.3.zip
|
$ unzip TM_WORLD_BORDERS-0.3.zip
|
||||||
$ cd ../..
|
$ cd ../..
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ extensions:
|
||||||
* ``.prj``: Contains the spatial reference information for the geographic
|
* ``.prj``: Contains the spatial reference information for the geographic
|
||||||
data stored in the shapefile.
|
data stored in the shapefile.
|
||||||
|
|
||||||
__ https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
|
__ https://web.archive.org/web/20231220150759/https://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
|
||||||
__ https://en.wikipedia.org/wiki/Shapefile
|
__ https://en.wikipedia.org/wiki/Shapefile
|
||||||
|
|
||||||
Use ``ogrinfo`` to examine spatial data
|
Use ``ogrinfo`` to examine spatial data
|
||||||
|
@ -807,9 +807,8 @@ in your ``admin.py`` file::
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
.. [#] Special thanks to Bjørn Sandvik of `thematicmapping.org
|
.. [#] Special thanks to Bjørn Sandvik of `mastermaps.net
|
||||||
<https://thematicmapping.org/>`_ for providing and maintaining this
|
<https://mastermaps.net/>`_ for providing and maintaining this dataset.
|
||||||
dataset.
|
|
||||||
.. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and
|
.. [#] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and
|
||||||
Christopher Schmidt.
|
Christopher Schmidt.
|
||||||
.. [#] This point is the `University of Houston Law Center
|
.. [#] This point is the `University of Houston Law Center
|
||||||
|
|
Loading…
Reference in New Issue