diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-17 12:03:09 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-17 12:03:09 +0100 |
| commit | ac37a9127a96175b38d0a2a693f1a6219d4180af (patch) | |
| tree | 3a120075bedd757e516f018fabbf5d66b2cd1587 /src/conversions | |
| parent | 781dedec1fc3b8452d12f67f3c8ddd9d45f724f4 (diff) | |
| download | PROJ-ac37a9127a96175b38d0a2a693f1a6219d4180af.tar.gz PROJ-ac37a9127a96175b38d0a2a693f1a6219d4180af.zip | |
Deprecate proj_list_angular_units(). Follow-up of https://github.com/OSGeo/PROJ/pull/2065
Diffstat (limited to 'src/conversions')
| -rw-r--r-- | src/conversions/unitconvert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversions/unitconvert.cpp b/src/conversions/unitconvert.cpp index 6ce55b02..609b30e0 100644 --- a/src/conversions/unitconvert.cpp +++ b/src/conversions/unitconvert.cpp @@ -409,7 +409,7 @@ static double get_unit_conversion_factor(const char* name, } /* And then angular units */ - units = proj_list_angular_units(); + units = pj_list_angular_units(); for (i = 0; (s = units[i].id) ; ++i) { if ( strcmp(s, name) == 0 ) { if( p_normalized_name ) { |
