mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[5.0.x] Fixed broken links and redirects in docs.
Backport of 177e649396 from main
This commit is contained in:
@@ -19,7 +19,7 @@ maintained by `Refractions Research`__ of Victoria, Canada.
|
||||
|
||||
__ https://libgeos.org/
|
||||
__ https://sourceforge.net/projects/jts-topo-suite/
|
||||
__ https://www.ogc.org/standards/sfs
|
||||
__ https://www.ogc.org/standard/sfs/
|
||||
__ http://www.refractions.net/
|
||||
|
||||
Features
|
||||
|
||||
@@ -294,10 +294,10 @@ the GDAL library. For example:
|
||||
.. [#] The datum shifting files are needed for converting data to and from
|
||||
certain projections.
|
||||
For example, the PROJ string for the `Google projection (900913 or 3857)
|
||||
<https://spatialreference.org/ref/sr-org/6864/prj/>`_ requires the
|
||||
``null`` grid file only included in the extra datum shifting files.
|
||||
It is easier to install the shifting files now, then to have debug a
|
||||
problem caused by their absence later.
|
||||
<https://spatialreference.org/ref/epsg/3857/>`_ requires the ``null``
|
||||
grid file only included in the extra datum shifting files. It is easier
|
||||
to install the shifting files now, then to have debug a problem caused
|
||||
by their absence later.
|
||||
.. [#] Specifically, GeoDjango provides support for the `OGR
|
||||
<https://gdal.org/user/vector_data_model.html>`_ library, a component of
|
||||
GDAL.
|
||||
|
||||
@@ -265,7 +265,7 @@ determining `when to use geography data type over geometry data type
|
||||
<https://postgis.net/docs/using_postgis_dbmanagement.html#PostGIS_GeographyVSGeometry>`_.
|
||||
|
||||
.. rubric:: Footnotes
|
||||
.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <https://www.ogc.org/standards/sfs>`_.
|
||||
.. [#fnogc] OpenGIS Consortium, Inc., `Simple Feature Specification For SQL <https://www.ogc.org/standard/sfs/>`_.
|
||||
.. [#fnogcsrid] *See id.* at Ch. 2.3.8, p. 39 (Geometry Values and Spatial Reference Systems).
|
||||
.. [#fnsrid] Typically, SRID integer corresponds to an EPSG (`European Petroleum Survey Group <https://epsg.org/>`_) identifier. However, it may also be associated with custom projections defined in spatial database's spatial reference systems table.
|
||||
.. [#fnthematic] Terry A. Slocum, Robert B. McMaster, Fritz C. Kessler, & Hugh H. Howard, *Thematic Cartography and Geographic Visualization* (Prentice Hall, 2nd edition), at Ch. 7.1.3.
|
||||
|
||||
@@ -19,4 +19,4 @@ Reference
|
||||
--------------
|
||||
|
||||
.. rubric:: Footnotes
|
||||
.. [#] https://www.ogc.org/standards/kml
|
||||
.. [#] https://www.ogc.org/standard/kml/
|
||||
|
||||
Reference in New Issue
Block a user