diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 18:29:39 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-25 18:29:39 +0100 |
| commit | ed0636425083034b55633402108b85bc765ae0eb (patch) | |
| tree | e48481b5800f2363791b8ff35ab572d7c9b5cc4c | |
| parent | f79dc309d0248ab2f89bbc5a2e1c081cc5a60de9 (diff) | |
| download | PROJ-ed0636425083034b55633402108b85bc765ae0eb.tar.gz PROJ-ed0636425083034b55633402108b85bc765ae0eb.zip | |
Database: add link from RAF18.tac to RAF18.gtx
| -rw-r--r-- | data/sql/grid_alternatives.sql | 15 | ||||
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 8 |
2 files changed, 19 insertions, 4 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 6d766b21..df82ddd3 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -471,6 +471,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RAF18.tac', + 'RAF18.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 ('RAC09.mnt', 'RAC09.gtx', 'GTX', diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 3e82125b..8698d6c1 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -762,18 +762,18 @@ Candidate operations found: 3 ------------------------------------- Operation n°1: -INVERSE(DERIVED_FROM(EPSG)):8371, Inverse of RGF93 to NGF IGN69 height (2), 0.02 m, France - mainland onshore +INVERSE(DERIVED_FROM(EPSG)):8885, Inverse of RGF93 to NGF IGN69 height (3), 0.01 m, France - mainland onshore PROJ string: -+proj=vgridshift +grids=RAF09.gtx +multiplier=1 ++proj=vgridshift +grids=RAF18.gtx +multiplier=1 ------------------------------------- Operation n°2: -INVERSE(EPSG):8885, Inverse of RGF93 to NGF IGN69 height (3), 0.01 m, France - mainland onshore +INVERSE(DERIVED_FROM(EPSG)):8371, Inverse of RGF93 to NGF IGN69 height (2), 0.02 m, France - mainland onshore PROJ string: -+proj=pipeline +step +inv +proj=vgridshift +grids=RAF18.tac +multiplier=1 ++proj=vgridshift +grids=RAF09.gtx +multiplier=1 ------------------------------------- Operation n°3: |
