diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-23 19:04:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-23 19:04:31 +0100 |
| commit | 1ca02b5659bced7036f345803a1c981c5ced9690 (patch) | |
| tree | 6a49b1132015c17cb5caae47ac9235240bfd0b12 /include | |
| parent | ef20438a3af9a507806eefdeae69ce0914847c70 (diff) | |
| parent | 00dd98457af1f32e7bb2b9677f6319f72fcfacf9 (diff) | |
| download | PROJ-1ca02b5659bced7036f345803a1c981c5ced9690.tar.gz PROJ-1ca02b5659bced7036f345803a1c981c5ced9690.zip | |
Merge pull request #1869 from rouault/update_to_epsg_9_8_6
Database: update to EPSG v9.8.6
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 |
