aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/common.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-01 14:53:22 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-01 14:53:22 +0100
commit1a2513badd1406ef061fd044273268a1e0ab3eed (patch)
tree2ffe42831666ebca0f59aaf5b2c3dd54f4d33035 /src/iso19111/common.cpp
parent0c0a2fa386fea82e666c940d7f70d3d9859d9b5c (diff)
downloadPROJ-1a2513badd1406ef061fd044273268a1e0ab3eed.tar.gz
PROJ-1a2513badd1406ef061fd044273268a1e0ab3eed.zip
Doc: rename to ISO-19111:2019
And publish link to corresponding promoted and public OGC doc: http://docs.opengeospatial.org/as/18-005r4/18-005r4.html
Diffstat (limited to 'src/iso19111/common.cpp')
-rw-r--r--src/iso19111/common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/common.cpp b/src/iso19111/common.cpp
index bdd836e1..4b947dc9 100644
--- a/src/iso19111/common.cpp
+++ b/src/iso19111/common.cpp
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Project: PROJ
- * Purpose: ISO19111:2018 implementation
+ * Purpose: ISO19111:2019 implementation
* Author: Even Rouault <even dot rouault at spatialys dot com>
*
******************************************************************************
@@ -641,7 +641,7 @@ const std::string &IdentifiedObject::remarks() PROJ_PURE_DEFN {
/** \brief Return whether the object is deprecated.
*
- * \remark Extension of \ref ISO_19111_2018
+ * \remark Extension of \ref ISO_19111_2019
*/
bool IdentifiedObject::isDeprecated() PROJ_PURE_DEFN { return d->isDeprecated; }