diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-10 23:55:00 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-10 23:55:00 +0100 |
| commit | c2c2e5d7f22f3c44c188200717236cf23547ac6f (patch) | |
| tree | 1010b53e93ff7b407f4c09706868e2be69332900 /src/coordinateoperation.cpp | |
| parent | b51e1159cc59df1bc89f521ed0217f86550fd941 (diff) | |
| download | PROJ-c2c2e5d7f22f3c44c188200717236cf23547ac6f.tar.gz PROJ-c2c2e5d7f22f3c44c188200717236cf23547ac6f.zip | |
C API: add extra output parameters to proj_coordoperation_get_param()
Diffstat (limited to 'src/coordinateoperation.cpp')
| -rw-r--r-- | src/coordinateoperation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coordinateoperation.cpp b/src/coordinateoperation.cpp index 3fa5ea9c..654692fb 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -2258,7 +2258,7 @@ createParams(const common::Measure &m1, const common::Measure &m2, *(https://proj4.org/operations/projections/utm.html) conversion. * * UTM is a family of conversions, of EPSG codes from 16001 to 16060 for the - * northern hemisphere, and 17001 t 17060 for the southern hemisphere, + * northern hemisphere, and 17001 to 17060 for the southern hemisphere, * based on the Transverse Mercator projection method. * * @param properties See \ref general_properties of the conversion. If the name |
