aboutsummaryrefslogtreecommitdiff
path: root/include/proj/metadata.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2019-03-01 15:40:02 +0100
committerGitHub <noreply@github.com>2019-03-01 15:40:02 +0100
commit9b351fb62c00f13f40cf8b618787d6f874df4ece (patch)
tree2ffe42831666ebca0f59aaf5b2c3dd54f4d33035 /include/proj/metadata.hpp
parent0c0a2fa386fea82e666c940d7f70d3d9859d9b5c (diff)
parent1a2513badd1406ef061fd044273268a1e0ab3eed (diff)
downloadPROJ-9b351fb62c00f13f40cf8b618787d6f874df4ece.tar.gz
PROJ-9b351fb62c00f13f40cf8b618787d6f874df4ece.zip
Merge pull request #1302 from rouault/rename_to_iso19111_2019
Doc: rename to ISO-19111:2019
Diffstat (limited to 'include/proj/metadata.hpp')
-rw-r--r--include/proj/metadata.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/metadata.hpp b/include/proj/metadata.hpp
index 02873c81..d32996fb 100644
--- a/include/proj/metadata.hpp
+++ b/include/proj/metadata.hpp
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Project: PROJ
- * Purpose: ISO19111:2018 implementation
+ * Purpose: ISO19111:2019 implementation
* Author: Even Rouault <even dot rouault at spatialys dot com>
*
******************************************************************************
@@ -357,7 +357,7 @@ using IdentifierNNPtr = util::nn<IdentifierPtr>;
/** \brief Value uniquely identifying an object within a namespace.
*
- * \remark Implements Identifier as described in \ref ISO_19111_2018 but which
+ * \remark Implements Identifier as described in \ref ISO_19111_2019 but which
* originates from \ref ISO_19115
*/
class PROJ_GCC_DLL Identifier : public util::BaseObject,