You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/09/28 19:44:08 UTC

[incubator-baremaps] 07/35: Fix compression

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 <bc...@gmail.com>
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"
         },