aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 96a97142..e4307d02 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -1089,6 +1089,8 @@ class PROJ_GCC_DLL AuthorityFactory {
/** Name of the projection method for a projected CRS. Might be empty
* even for projected CRS in some cases. */
std::string projectionMethodName;
+ /** Name of the celestial body of the CRS (e.g. "Earth") */
+ std::string celestialBodyName;
//! @cond Doxygen_Suppress
CRSInfo();