diff options
| author | Pedro Venancio <pedrongvenancio@gmail.com> | 2020-03-27 14:34:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 15:34:08 +0100 |
| commit | ec206a4d507d36a082070b53d462753f68711806 (patch) | |
| tree | 0b7cb407966be3dfc501c0ac0bc083fe3cb16e19 /data/sql/grid_alternatives.sql | |
| parent | 554a7976b063a10b8d00cfcb1c8586838e719c8a (diff) | |
| download | PROJ-ec206a4d507d36a082070b53d462753f68711806.tar.gz PROJ-ec206a4d507d36a082070b53d462753f68711806.zip | |
Add entries in grid_alternatives for Portugal grids coming from ESRI entries (#2102)
Fixes #2096
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 72abe05b..c602d4ad 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -140,6 +140,8 @@ VALUES -- Portugal ('DLx_ETRS89_geo.gsb','pt_dgt_DLx_ETRS89_geo.tif','DLx_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_DLx_ETRS89_geo.tif',1,1,NULL), ('D73_ETRS89_geo.gsb','pt_dgt_D73_ETRS89_geo.tif','D73_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_D73_ETRS89_geo.tif',1,1,NULL), +('portugal/DLX_ETRS89_geo','pt_dgt_DLx_ETRS89_geo.tif','DLx_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_DLx_ETRS89_geo.tif',1,1,NULL), +('portugal/D73_ETRS89_geo','pt_dgt_D73_ETRS89_geo.tif','D73_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_D73_ETRS89_geo.tif',1,1,NULL), -- Canada provincial grids ('AB_CSRS.DAC','ca_nrc_ABCSRSV4.tif','ABCSRSV4.GSB','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ca_nrc_ABCSRSV4.tif',1,1,NULL), ('CRD27_00.GSB','ca_nrc_CRD27_00.tif','CRD27_00.GSB','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ca_nrc_CRD27_00.tif',1,1,NULL), |
