This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 745-daylight in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit bb5c04d2a1128f25d6eccb7f28d319f71222f020 Author: Bertil Chapuis <[email protected]> AuthorDate: Mon Aug 28 09:17:35 2023 +0200 Fix compression --- basemap/daylight/workflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basemap/daylight/workflow.js b/basemap/daylight/workflow.js index 1fe73e28..258dd3f1 100644 --- a/basemap/daylight/workflow.js +++ b/basemap/daylight/workflow.js @@ -82,7 +82,7 @@ export default { }, { "type": "DecompressFile", - "compression": "bzip2", + "compression": "targz", "source": "data/coastlines.tgz", "target": "data/coastlines" },
