From b8f00d843379fb4103075f25242d5bf8a66d1d65 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 24 Oct 2019 14:05:49 +0200 Subject: Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84() In recent commits, we added a generalize_proj_crs_create_bound_vertical_crs_to_WGS84() function, but there are situations where more accurate results can be obtained, if instead of specifying WGS84 as the hub CRS, the user can specify the exact hub CRS. For example the GEOID2018 grid is against NAD83(2011). So replace this function with proj_crs_create_bound_vertical_crs() --- scripts/reference_exported_symbols.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index ceb1ebdf..73a36a70 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -904,7 +904,7 @@ proj_crs_alter_geodetic_crs proj_crs_alter_parameters_linear_unit proj_crs_create_bound_crs proj_crs_create_bound_crs_to_WGS84 -proj_crs_create_bound_vertical_crs_to_WGS84 +proj_crs_create_bound_vertical_crs proj_crs_create_projected_3D_crs_from_2D proj_crs_demote_to_2D proj_crs_get_coordinate_system -- cgit v1.2.3