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/proj_internal.h | |
| 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/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index ffc73b06..a3bc9f17 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -888,6 +888,7 @@ int pj_get_suggested_operation(PJ_CONTEXT *ctx, PJ_COORD coord); const PJ_UNITS *pj_list_linear_units(); +const PJ_UNITS *pj_list_angular_units(); /* classic public API */ #include "proj_api.h" |
