diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 02:00:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 02:00:20 +0000 |
| commit | a848ef4e570c937325651f6864c650bc1fe9e137 (patch) | |
| tree | 08152bfb1f01eb972cb116689a23c31fdddc67c5 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 6cca104be0ee81f817a1f3cd3d3f7210fa7cc420 (diff) | |
Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklund
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index a0f48fe04b..f1f53993fd 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -650,7 +650,7 @@ a coordinate system specific to south Texas **only** and in units of >>> from django.contrib.gis.geos import * >>> pnt = Point(954158.1, 4215137.1, srid=32140) -Note that ``pnt`` may also constructed with EWKT, an "extended" form of +Note that ``pnt`` may also be constructed with EWKT, an "extended" form of WKT that includes the SRID:: >>> pnt = GEOSGeometry('SRID=32140;POINT(954158.1 4215137.1)') @@ -771,8 +771,7 @@ First, there are some important requirements and limitations: * :class:`~django.contrib.gis.admin.OSMGeoAdmin` requires that the :ref:`spherical mercator projection be added <addgoogleprojection>` - to the to be added to the ``spatial_ref_sys`` table (PostGIS 1.3 and - below, only). + to the ``spatial_ref_sys`` table (PostGIS 1.3 and below, only). * The PROJ.4 datum shifting files must be installed (see the :ref:`PROJ.4 installation instructions <proj4>` for more details). |
