From 941bb82c7eecbf56821075f95991916c30c31b4e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 14 Jan 2020 00:53:07 +0100 Subject: Add test/unit/test_grids.cpp to improve testing coverage --- data/Makefile.am | 1 + ...est_hgrid_with_two_level_of_subgrids_no_grid_name.tif | Bin 0 -> 3504 bytes 2 files changed, 1 insertion(+) create mode 100644 data/tests/test_hgrid_with_two_level_of_subgrids_no_grid_name.tif (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 4bba2649..d8abfe32 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -85,6 +85,7 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \ tests/nkgrf03vel_realigned_extract.tif \ tests/nkgrf03vel_realigned_xy_extract.ct2 \ tests/nkgrf03vel_realigned_z_extract.gtx \ + tests/test_hgrid_with_two_level_of_subgrids_no_grid_name.tif \ null \ generate_all_sql_in.cmake sql_filelist.cmake \ $(SQL_ORDERED_LIST) diff --git a/data/tests/test_hgrid_with_two_level_of_subgrids_no_grid_name.tif b/data/tests/test_hgrid_with_two_level_of_subgrids_no_grid_name.tif new file mode 100644 index 00000000..2abb3226 Binary files /dev/null and b/data/tests/test_hgrid_with_two_level_of_subgrids_no_grid_name.tif differ -- cgit v1.2.3 From 66fd99a8831955034cb25c8468ecfe1f9d3a7d62 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Jan 2020 23:28:23 +0100 Subject: Address review comments for https://github.com/OSGeo/PROJ/pull/1817 --- data/proj.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/proj.ini b/data/proj.ini index 2146ce41..0ae33249 100644 --- a/data/proj.ini +++ b/data/proj.ini @@ -11,6 +11,6 @@ cdn_endpoint = https://cdn.proj.org cache_enabled = on -cache_size_MB = 100 +cache_size_MB = 300 cache_ttl_sec = 86400 -- cgit v1.2.3