diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-27 15:35:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 15:35:52 +0100 |
| commit | 7be171d3ef34e8f35f5571d52cc091bb08020234 (patch) | |
| tree | c702522a4a27ed3d247da4bf1df8f1dd2676866c /data/sql | |
| parent | 0600b21b814ba3fb58f99e69ff6bc58252f1c959 (diff) | |
| parent | a4c1c4375d7e69ec335efa9added9a52c5655c49 (diff) | |
| download | PROJ-7be171d3ef34e8f35f5571d52cc091bb08020234.tar.gz PROJ-7be171d3ef34e8f35f5571d52cc091bb08020234.zip | |
Merge pull request #2104 from PROJ-BOT/backport-2102-to-7.0
[Backport 7.0] Fixes wrong grids file name in esri.sql
Diffstat (limited to 'data/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 fbdce9fb..02011f2c 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -136,6 +136,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), |
