From 885f0b59eaac1424ed962117bac0f85edc42699b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 15 Oct 2019 22:29:21 +0200 Subject: grid_alternatives.sql: link EPSG grid names to PROJ ones for the the 2 'RGSPM06 to Danger 1950 height' grids --- data/sql/grid_alternatives.sql | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 6c33a899..eb752e44 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -734,6 +734,35 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL); +INSERT INTO grid_alternatives(original_grid_name, + proj_grid_name, + proj_grid_format, + proj_method, + inverse_direction, + package_name, + url, direct_download, open_license, directory) + VALUES ('GGSPM06v1.mnt', + 'ggspm06v1.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + +INSERT INTO grid_alternatives(original_grid_name, + proj_grid_name, + proj_grid_format, + proj_method, + inverse_direction, + package_name, + url, direct_download, open_license, directory) + VALUES ('RASPM2018.mnt', + 'RASPM2018.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); ---------------------------- -- Australian grids -- cgit v1.2.3