Merge pull request #2138 from NathanRSmith/master
Fixed minor typos in GEOS API doc page.
This commit is contained in:
commit
3c699c0a5d
|
@ -303,7 +303,7 @@ geometry. This should only be used for geometries with an SRID of
|
||||||
.. attribute:: GEOSGeometry.ogr
|
.. attribute:: GEOSGeometry.ogr
|
||||||
|
|
||||||
Returns an :class:`~django.contrib.gis.gdal.OGRGeometry` object
|
Returns an :class:`~django.contrib.gis.gdal.OGRGeometry` object
|
||||||
correspondg to the GEOS geometry.
|
corresponding to the GEOS geometry.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -541,7 +541,7 @@ corresponding to the SRID of the geometry or ``None``.
|
||||||
|
|
||||||
.. method:: GEOSGeometry.transform(ct, clone=False)
|
.. method:: GEOSGeometry.transform(ct, clone=False)
|
||||||
|
|
||||||
Transforms the geometry according to the given coordinate transformation paramter
|
Transforms the geometry according to the given coordinate transformation parameter
|
||||||
(``ct``), which may be an integer SRID, spatial reference WKT string,
|
(``ct``), which may be an integer SRID, spatial reference WKT string,
|
||||||
a PROJ.4 string, a :class:`~django.contrib.gis.gdal.SpatialReference` object, or a
|
a PROJ.4 string, a :class:`~django.contrib.gis.gdal.SpatialReference` object, or a
|
||||||
:class:`~django.contrib.gis.gdal.CoordTransform` object. By default, the geometry
|
:class:`~django.contrib.gis.gdal.CoordTransform` object. By default, the geometry
|
||||||
|
|
Loading…
Reference in New Issue