aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-10 17:58:04 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-10 19:17:39 +0200
commitefef14e274a028b08dbdc5b021d0b8189a63a39c (patch)
tree171b42f2c0507c3ef2bf7b9356269379cbe0de11 /include
parent0db805dfab85d8ec6a6ad95a7287624872047c1d (diff)
downloadPROJ-efef14e274a028b08dbdc5b021d0b8189a63a39c.tar.gz
PROJ-efef14e274a028b08dbdc5b021d0b8189a63a39c.zip
Add UnitOfMeasure::FOOT and US_FOOT
Diffstat (limited to 'include')
-rw-r--r--include/proj/common.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/common.hpp b/include/proj/common.hpp
index c8ffe904..4cc1d63d 100644
--- a/include/proj/common.hpp
+++ b/include/proj/common.hpp
@@ -125,6 +125,8 @@ class PROJ_GCC_DLL UnitOfMeasure : public util::BaseObject {
PROJ_DLL static const UnitOfMeasure METRE;
PROJ_DLL static const UnitOfMeasure METRE_PER_YEAR;
+ PROJ_DLL static const UnitOfMeasure FOOT;
+ PROJ_DLL static const UnitOfMeasure US_FOOT;
PROJ_DLL static const UnitOfMeasure RADIAN;
PROJ_DLL static const UnitOfMeasure MICRORADIAN;