diff options
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
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). |
