1
0
mirror of https://github.com/django/django.git synced 2025-10-30 00:56:09 +00:00

[1.8.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table

Backport of 9ae8da0e3 from master.
This commit is contained in:
Sergey Fedoseev
2015-10-30 14:01:23 +05:00
committed by Claude Paroz
parent e20a27b52b
commit a00bdceb43
2 changed files with 1 additions and 28 deletions

View File

@@ -787,9 +787,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).