diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-22 22:09:26 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-22 22:31:44 +0100 |
| commit | ffcd6253bb6b275cfc8884eeb88aa2eeac75e3b6 (patch) | |
| tree | cd279a62afef8567235ee6ad37ff1d38c75db7b8 /include | |
| parent | db31b6dfa9c8fe37d5706d95ce81012b8db3c3b9 (diff) | |
| download | PROJ-ffcd6253bb6b275cfc8884eeb88aa2eeac75e3b6.tar.gz PROJ-ffcd6253bb6b275cfc8884eeb88aa2eeac75e3b6.zip | |
Database: update to EPSG v9.8.6
Fixes #1867
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/coordinateoperation_constants.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proj/internal/coordinateoperation_constants.hpp b/include/proj/internal/coordinateoperation_constants.hpp index 533599a0..349c1086 100644 --- a/include/proj/internal/coordinateoperation_constants.hpp +++ b/include/proj/internal/coordinateoperation_constants.hpp @@ -1293,6 +1293,8 @@ static const MethodMapping otherMethodMappings[] = { {EPSG_NAME_METHOD_VERTCON, EPSG_CODE_METHOD_VERTCON, nullptr, nullptr, nullptr, paramsVERTCON}, + {EPSG_NAME_METHOD_VERTCON_OLDNAME, EPSG_CODE_METHOD_VERTCON, nullptr, + nullptr, nullptr, paramsVERTCON}, }; // end of anonymous namespace |
