diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-24 08:40:43 +1000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-24 12:43:00 +0100 |
| commit | 004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac (patch) | |
| tree | 899c600d4526e4c43a5a7a62cbb9960f9d0aff50 /include/proj/internal/coordinateoperation_constants.hpp | |
| parent | 25f8c03774bd639af9e07f616211caada9d307f0 (diff) | |
| download | PROJ-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.hpp | 5 |
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[] = { ¶mLatTopoOrigin, ¶mLonTopoOrigin, - ¶mHeightTopoOrigin, + ¶mHeightTopoOrigin, // unsupported by PROJ right now ¶mViewpointHeight, ¶mFalseEasting, // PROJ addition ¶mFalseNorthing, // 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}, |
