diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2020-02-24 11:43:31 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2020-02-24 11:43:31 +0000 |
| commit | 137dbc3573303c18c432914a91a9878c0c151fc8 (patch) | |
| tree | 899c600d4526e4c43a5a7a62cbb9960f9d0aff50 /scripts | |
| parent | c7c06c1b2aae31825b4b84ec2be3eeb1ca53a03e (diff) | |
| download | PROJ-137dbc3573303c18c432914a91a9878c0c151fc8.tar.gz PROJ-137dbc3573303c18c432914a91a9878c0c151fc8.zip | |
Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
