From 004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 24 Feb 2020 08:40:43 +1000 Subject: Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) --- scripts/build_esri_projection_mapping.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 8d16ca24..84eba426 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -467,11 +467,13 @@ config_str = """ - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN - Vertical_Near_Side_Perspective: - WKT2_name: PROJ_WKT2_NAME_METHOD_VERTICAL_NEAR_SIDE_PERSPECTIVE + WKT2_name: EPSG_NAME_METHOD_VERTICAL_PERSPECTIVE Params: - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING - - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN + - Longitude_Of_Center: EPSG_NAME_PARAMETER_LONGITUDE_TOPOGRAPHIC_ORIGIN + - Latitude_Of_Center: EPSG_NAME_PARAMETER_LATITUDE_TOPOGRAPHIC_ORIGIN + - Height: EPSG_NAME_PARAMETER_VIEWPOINT_HEIGHT - Stereographic_North_Pole: WKT2_name: EPSG_NAME_METHOD_POLAR_STEREOGRAPHIC_VARIANT_B @@ -787,8 +789,7 @@ print('};') print(""" // --------------------------------------------------------------------------- -// end of anonymous namespace -} +} // namespace { //! @endcond -- cgit v1.2.3