aboutsummaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-16 17:56:29 +0100
committerGitHub <noreply@github.com>2020-03-16 17:56:29 +0100
commit6cfc2521d687e3de57fa13b0f80ef05073362571 (patch)
tree7509a1282eea3bd939b42fbb7610aadedbb28e85 /src/units.cpp
parentf0d6b64fee8b796ec038929187b7b725f62a5ba8 (diff)
parent175cbad0a7ca202cefff33f240100b01752f8f73 (diff)
downloadPROJ-6cfc2521d687e3de57fa13b0f80ef05073362571.tar.gz
PROJ-6cfc2521d687e3de57fa13b0f80ef05073362571.zip
Merge branch 'master' into add_proj_get_suggested_operation
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/units.cpp b/src/units.cpp
index 34a71db1..36f2d4c7 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -36,6 +36,12 @@ pj_units[] = {
{nullptr, nullptr, nullptr, 0.0}
};
+// For internal use
+const PJ_UNITS *pj_list_linear_units()
+{
+ return pj_units;
+}
+
const PJ_UNITS *proj_list_units()
{
return pj_units;