Skip to content

Commit

Permalink
Add grid alternative for de_tlbg_thueringen_NTv2gridTH.tif
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed Oct 31, 2024
1 parent de73f24 commit d5e1204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
include(sql_filelist.cmake)

set(PROJ_DB_SQL_EXPECTED_MD5 "4e70fd45d0ba64a6a80481f7e6e2ee4a")
set(PROJ_DB_SQL_EXPECTED_MD5 "ebd417c2eef512ac3a70abd3e34ce70b")

add_custom_command(
OUTPUT ${PROJ_DB}
Expand Down
3 changes: 3 additions & 0 deletions data/sql/grid_alternatives.sql
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ VALUES
-- de_lgvl_saarland - LVGL Saarland
('SeTa2016.gsb','de_lgvl_saarland_SeTa2016.tif','SeTa2016.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/de_lgvl_saarland_SeTa2016.tif',1,1,NULL),

-- de_tlbg_thueringen - TLBG Thüringen
('de_tlbg_thuringen_NTv2gridTH.gsb','de_tlbg_thueringen_NTv2gridTH.tif',NULL,'GTiff','hgridshift',0,NULL,'https://cdn.proj.org/de_tlbg_thueringen_NTv2gridTH.tif',1,1,NULL),

-- dk_sdfe - Danish Agency for Data Supply and Efficiency
-- Denmark mainland
('dnn.gtx','dk_sdfe_dnn.tif','dnn.gtx','GTiff','geoid_like',0,NULL,'https://cdn.proj.org/dk_sdfe_dnn.tif',1,1,NULL),
Expand Down

0 comments on commit d5e1204

Please sign in to comment.