mirror of
https://github.com/django/django.git
synced 2025-11-23 12:26:57 +00:00
Renamed PROJ.4 to PROJ.
This commit is contained in:
parent
fbdb032de2
commit
d4c5ef3ebb
16 changed files with 48 additions and 48 deletions
|
|
@ -383,7 +383,7 @@ class OGRGeometry(GDALBase):
|
|||
"""
|
||||
Transform this geometry to a different spatial reference system.
|
||||
May take a CoordTransform object, a SpatialReference object, string
|
||||
WKT or PROJ.4, and/or an integer SRID. By default, return nothing
|
||||
WKT or PROJ, and/or an integer SRID. By default, return nothing
|
||||
and transform the geometry in-place. However, if the `clone` keyword is
|
||||
set, return a transformed clone of this geometry.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue