aboutsummaryrefslogtreecommitdiff
path: root/data/sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-25 13:52:02 +0100
committerGitHub <noreply@github.com>2019-11-25 13:52:02 +0100
commitac57cbc602c2344bf533ef4d68c7668190458cf6 (patch)
treeda545711c673be0cdf4381e6b223579b97ec5d04 /data/sql
parentbc5148feb26726f55babe885090e4b7ff2d1d481 (diff)
parentc59ec5850da9d7218d2ae37ca623d7626604e029 (diff)
downloadPROJ-ac57cbc602c2344bf533ef4d68c7668190458cf6.tar.gz
PROJ-ac57cbc602c2344bf533ef4d68c7668190458cf6.zip
Merge pull request #1740 from rouault/missing_australian_grids
Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and …
Diffstat (limited to 'data/sql')
-rw-r--r--data/sql/grid_alternatives.sql30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index bba80eaf..d9e44d0c 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -1001,6 +1001,36 @@ INSERT INTO grid_alternatives(original_grid_name,
'proj-datumgrid-oceania',
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 ('GDA94_GDA2020_conformal_christmas_island.gsb',
+ 'GDA94_GDA2020_conformal_christmas_island.gsb',
+ 'NTv2',
+ 'hgridshift',
+ 0,
+ 'proj-datumgrid-oceania',
+ 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 ('GDA94_GDA2020_conformal_cocos_island.gsb',
+ 'GDA94_GDA2020_conformal_cocos_island.gsb',
+ 'NTv2',
+ 'hgridshift',
+ 0,
+ 'proj-datumgrid-oceania',
+ NULL, NULL, NULL, NULL);
+
-- Netherlands / RDNAP (non-free grids)
INSERT INTO grid_alternatives(original_grid_name,