diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-11-25 19:59:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-25 19:59:27 +0100 |
| commit | cf8197bbbc3a5acd38e4f6428d24535bb11f6708 (patch) | |
| tree | 9c72947a8dd0ced42654d74914bbe935944d3465 /src/iso19111/coordinateoperation.cpp | |
| parent | dbac9993cdc0e89861c0098224e4cdb7f339980c (diff) | |
| parent | 3445967392fa8c4510814866f81d3e59300836ac (diff) | |
| download | PROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.tar.gz PROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.zip | |
Merge pull request #1749 from rouault/6_3_0_version_numbers
Change version numbers to 6.3.0
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 12966bdd..556f18b6 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -4655,7 +4655,7 @@ ConversionNNPtr Conversion::createEqualEarth( * @param falseNorthing See \ref false_northing . (not in EPSG) * @return a new Conversion. * - * @since 7.0 + * @since 6.3 */ ConversionNNPtr Conversion::createVerticalPerspective( const util::PropertyMap &properties, const common::Angle &topoOriginLat, @@ -4716,7 +4716,7 @@ Conversion::createChangeVerticalUnit(const util::PropertyMap &properties, * @param properties See \ref general_properties of the conversion. If the name * is not provided, it is automatically set. * @return a new Conversion. - * @since 7.0 + * @since 6.3 */ ConversionNNPtr Conversion::createHeightDepthReversal(const util::PropertyMap &properties) { |
