diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-30 09:07:58 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-30 09:26:20 -0400 |
| commit | cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d (patch) | |
| tree | e5acc00e01862ca633b287ca63fdc7c80008e1f8 /docs/ref/contrib/gis/model-api.txt | |
| parent | 98196766769c2ed8816772b60a2e8b79028963a2 (diff) | |
Updated links to the current version of PostGIS docs.
Diffstat (limited to 'docs/ref/contrib/gis/model-api.txt')
| -rw-r--r-- | docs/ref/contrib/gis/model-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/model-api.txt b/docs/ref/contrib/gis/model-api.txt index 743fda8590..732b3f8f6f 100644 --- a/docs/ref/contrib/gis/model-api.txt +++ b/docs/ref/contrib/gis/model-api.txt @@ -242,7 +242,7 @@ geography column to a geometry type in the query:: For more information, the PostGIS documentation contains a helpful section on determining `when to use geography data type over geometry data type -<http://postgis.net/docs/manual-2.1/using_postgis_dbmanagement.html#PostGIS_GeographyVSGeometry>`_. +<http://postgis.net/docs/using_postgis_dbmanagement.html#PostGIS_GeographyVSGeometry>`_. ``GeoManager`` ============== @@ -266,4 +266,4 @@ The ``GeoManager`` is required in order to use the legacy .. [#fnsrid] Typically, SRID integer corresponds to an EPSG (`European Petroleum Survey Group <http://www.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. .. [#fndist] This limitation does not apply to PostGIS. -.. [#fngeography] Please refer to the `PostGIS Geography Type <http://postgis.net/docs/manual-2.1/using_postgis_dbmanagement.html#PostGIS_Geography>`_ documentation for more details. +.. [#fngeography] Please refer to the `PostGIS Geography Type <http://postgis.net/docs/using_postgis_dbmanagement.html#PostGIS_Geography>`_ documentation for more details. |
