Ticket #17423: gis_docs_typos.diff
File gis_docs_typos.diff, 1.8 KB (added by , 13 years ago) |
---|
-
docs/ref/contrib/gis/tutorial.txt
650 650 >>> from django.contrib.gis.geos import * 651 651 >>> pnt = Point(954158.1, 4215137.1, srid=32140) 652 652 653 Note that ``pnt`` may also constructed with EWKT, an "extended" form of653 Note that ``pnt`` may also be constructed with EWKT, an "extended" form of 654 654 WKT that includes the SRID:: 655 655 656 656 >>> pnt = GEOSGeometry('SRID=32140;POINT(954158.1 4215137.1)') … … 771 771 772 772 * :class:`~django.contrib.gis.admin.OSMGeoAdmin` requires that the 773 773 :ref:`spherical mercator projection be added <addgoogleprojection>` 774 to the to be added to the ``spatial_ref_sys`` table (PostGIS 1.3 and 775 below, only). 774 to the ``spatial_ref_sys`` table (PostGIS 1.3 and below, only). 776 775 * The PROJ.4 datum shifting files must be installed (see the 777 776 :ref:`PROJ.4 installation instructions <proj4>` for more details). 778 777 -
docs/ref/contrib/gis/model-api.txt
199 199 Geography Type 200 200 ^^^^^^^^^^^^^^ 201 201 202 In PostGIS 1.5, the geography type was introduced -- it provides 203 providesnative support for spatial features represented with geographic202 In PostGIS 1.5, the geography type was introduced -- it provides 203 native support for spatial features represented with geographic 204 204 coordinates (e.g., WGS84 longitude/latitude). [#fngeography]_ 205 205 Unlike the plane used by a geometry type, the geography type uses a spherical 206 206 representation of its data. Distance and measurement operations