aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_alternatives.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-10-16 12:27:12 +0200
committerGitHub <noreply@github.com>2019-10-16 12:27:12 +0200
commit5fbcf98c9ac6184a066d66a39d55bd3084926b2f (patch)
tree83c506c4927f4282384b6f15ebd0f53b0cc417ab /data/sql/grid_alternatives.sql
parente2abe08de3d213980536944f9aa1d27352447ccd (diff)
parent885f0b59eaac1424ed962117bac0f85edc42699b (diff)
downloadPROJ-5fbcf98c9ac6184a066d66a39d55bd3084926b2f.tar.gz
PROJ-5fbcf98c9ac6184a066d66a39d55bd3084926b2f.zip
Merge pull request #1673 from rouault/update_epsg_9_8_3
Database: update to EPSG v9.8.3
Diffstat (limited to 'data/sql/grid_alternatives.sql')
-rw-r--r--data/sql/grid_alternatives.sql29
1 files changed, 29 insertions, 0 deletions
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