aboutsummaryrefslogtreecommitdiff
path: root/include/proj/internal/coordinateoperation_constants.hpp
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2020-02-24 08:40:43 +1000
committerEven Rouault <even.rouault@spatialys.com>2020-02-24 12:43:00 +0100
commit004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac (patch)
tree899c600d4526e4c43a5a7a62cbb9960f9d0aff50 /include/proj/internal/coordinateoperation_constants.hpp
parent25f8c03774bd639af9e07f616211caada9d307f0 (diff)
downloadPROJ-004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac.tar.gz
PROJ-004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac.zip
Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)
Diffstat (limited to 'include/proj/internal/coordinateoperation_constants.hpp')
-rw-r--r--include/proj/internal/coordinateoperation_constants.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/proj/internal/coordinateoperation_constants.hpp b/include/proj/internal/coordinateoperation_constants.hpp
index bc8f1208..00434418 100644
--- a/include/proj/internal/coordinateoperation_constants.hpp
+++ b/include/proj/internal/coordinateoperation_constants.hpp
@@ -513,7 +513,7 @@ static const ParamMapping paramViewpointHeight = {
static const ParamMapping *const paramsVerticalPerspective[] = {
&paramLatTopoOrigin,
&paramLonTopoOrigin,
- &paramHeightTopoOrigin,
+ &paramHeightTopoOrigin, // unsupported by PROJ right now
&paramViewpointHeight,
&paramFalseEasting, // PROJ addition
&paramFalseNorthing, // PROJ addition
@@ -747,9 +747,6 @@ static const MethodMapping projectionMethodMappings[] = {
{PROJ_WKT2_NAME_METHOD_VAN_DER_GRINTEN, 0, "VanDerGrinten", "vandg", "R_A",
paramsLonNatOrigin},
- {PROJ_WKT2_NAME_METHOD_VERTICAL_NEAR_SIDE_PERSPECTIVE, 0,
- "Vertical_Near_Side_Perspective", "nsper", nullptr, paramsLonNatOrigin},
-
{PROJ_WKT2_NAME_METHOD_WAGNER_I, 0, "Wagner_I", "wag1", nullptr,
paramsLonNatOrigin},