From ffcd6253bb6b275cfc8884eeb88aa2eeac75e3b6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 22 Jan 2020 22:09:26 +0100 Subject: Database: update to EPSG v9.8.6 Fixes #1867 --- include/proj/internal/coordinateoperation_constants.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3