summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/tutorial.txt
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-10-30 14:01:23 +0500
committerClaude Paroz <claude@2xlibre.net>2015-10-30 10:07:30 +0100
commit8b92839769e4cab69add65d5770f2904b457a9b6 (patch)
tree14847aa230c037875a4308a6dd73de767664e35c /docs/ref/contrib/gis/tutorial.txt
parent83607e2b7ad8e20a5ad4892b711f7a83aeea073e (diff)
[1.9.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table
Backport of 9ae8da0e3 from master.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
-rw-r--r--docs/ref/contrib/gis/tutorial.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index bf2bc28d9b..215e8cc785 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -755,9 +755,7 @@ available with the :class:`~django.contrib.gis.admin.GeoModelAdmin`
First, there are some important requirements:
* :class:`~django.contrib.gis.admin.OSMGeoAdmin` requires that
- :doc:`GDAL <gdal>` is installed. If you are running GDAL 1.6 (uncommon)
- you will also need to add the :ref:`spherical mercator projection
- <addgoogleprojection>` to the ``spatial_ref_sys`` table.
+ :doc:`GDAL <gdal>` is installed.
* The PROJ.4 datum shifting files must be installed (see the
:ref:`PROJ.4 installation instructions <proj4>` for more details).