aboutsummaryrefslogtreecommitdiff
path: root/data/sql
diff options
context:
space:
mode:
authorMartin Dobias <wonder.sk@gmail.com>2020-02-19 23:25:18 +0100
committerKristian Evers <kristianevers@gmail.com>2020-02-21 11:25:19 +0100
commitb07d8d8077f832eb671c860b72e025c578a5e9d7 (patch)
treead2cbb4b98436e70d402e58ef0defb84f56d8225 /data/sql
parent9e0148f844ab4d94542916d01ea5d4aac75cb28a (diff)
downloadPROJ-b07d8d8077f832eb671c860b72e025c578a5e9d7.tar.gz
PROJ-b07d8d8077f832eb671c860b72e025c578a5e9d7.zip
Improvements to the INSERT
Diffstat (limited to 'data/sql')
-rw-r--r--data/sql/grid_alternatives.sql10
1 files changed, 6 insertions, 4 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index 1fbf61e3..3afcd922 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -2116,19 +2116,21 @@ INSERT INTO grid_alternatives(original_grid_name,
-- The definition of EPSG:8364 (JTSK03 to JTSK) uses NADCON method which is not supported by PROJ.
-- UGKK (Slovak Geodetic and Cartographic Institute) provides also NTv2 grid file in addition
-- to NADCON .las/.los files, so we define the NTv2 file here as an alternative.
--- The file is available at https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk_ntv2.zip
--- but it does not have a confirmed license yet, so it is not available in proj-datumgrid-europe for now
+-- The file is available online but it does not have a confirmed open license yet,
+-- so it is not available in proj-datumgrid-europe for now
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)
+ url,
+ direct_download, open_license, directory)
VALUES ('Slovakia_JTSK03_to_JTSK.LAS',
'Slovakia_JTSK03_to_JTSK.gsb',
'NTv2',
'hgridshift',
0,
NULL,
- NULL, NULL, NULL, NULL);
+ 'https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk_ntv2.zip',
+ 0, 0, NULL);