CesiumGS/cesium

Update zip.js dependency to latest

Closed

#8,092 opened on Aug 20, 2019

 (3 comments) (0 reactions) (0 assignees)JavaScript (3,324 forks)batch import
good first issuetype - enhancement

Repository metrics

Stars
 (11,758 stars)
PR merge metrics
 (Avg merge 15d 12h) (23 merged PRs in 30d)

Description

Per the zip.js devs, Cesium is using an older build and it results in instantiating a new web worker for every file added to a ZIP (!!!), greatly slowing the process. This only showed up recently because the KML exporter is probably the first part of Cesium that needs to make ZIP files.

Contributor guide