Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing files to the install dir
We need - src/layer/tile/CanvasTileUtils.js (included from TileWorker.js) and - src/layer/tile/TileWorker.js (because we have `this._worker = new Worker('src/layer/tile/TileWorker.js');` in bundle.js These files have to be present separately in install dir. Whether it's a permanent solution, or a temporary hack, I don't know. Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I9d0d21463be0cef10ff95a0cd80226a5fc29fa75
- Loading branch information