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/23 17:36:17 UTC

[incubator-baremaps] branch 745-daylight updated (8f33c9a0 -> b27480a6)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch 745-daylight
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from 8f33c9a0 Remove try catch
     add c50f6fc7 Fix configuration
     add b27480a6 Implement compression at the import stage

No new revisions were added by this update.

Summary of changes:
 .../org/apache/baremaps/utils/Compression.java     |  43 ++++++
 .../baremaps/workflow/tasks/DecompressFile.java    |   3 +-
 .../baremaps/workflow/tasks/ImportOsmChange.java   |   9 +-
 basemap/config.js                                  |   2 +-
 basemap/daylight-workflow.js                       | 151 ++-------------------
 basemap/tileset.js                                 |   4 +-
 6 files changed, 66 insertions(+), 146 deletions(-)
 create mode 100644 baremaps-core/src/main/java/org/apache/baremaps/utils/Compression.java