Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing files to the install dir #10752

Merged
merged 1 commit into from
Dec 18, 2024
Merged

add missing files to the install dir #10752

merged 1 commit into from
Dec 18, 2024

Conversation

timar
Copy link
Member

@timar timar commented Dec 17, 2024

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.

Change-Id: I9d0d21463be0cef10ff95a0cd80226a5fc29fa75

@timar timar closed this Dec 18, 2024
@timar timar reopened this Dec 18, 2024
@timar timar force-pushed the private/timar/tileworker branch from b90349b to 0cc748a Compare December 18, 2024 07:16
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
@timar timar force-pushed the private/timar/tileworker branch from 0cc748a to 2d17ebd Compare December 18, 2024 07:57
@timar
Copy link
Member Author

timar commented Dec 18, 2024

Let's try this in red CODE first. Unfortunately, because of this bug, the TileWorker optimization patches have never been tested anywhere in production, only on developer's computer.

@timar timar merged commit 7284174 into master Dec 18, 2024
12 of 14 checks passed
@timar timar deleted the private/timar/tileworker branch December 18, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant