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

Workers do not work in start-local #174

Closed
xintongxia opened this issue Apr 17, 2019 · 0 comments
Closed

Workers do not work in start-local #174

xintongxia opened this issue Apr 17, 2019 · 0 comments
Assignees

Comments

@xintongxia
Copy link

How to reproduce?

Go to examples/las, replace the LASLoader with LASWorkerLoader. And do yarn start-local.

Line 8 - 13 should like the following,

import {LASWorkerLoader} from '@loaders.gl/las';
// import {PLYWorkerLoader} from '@loaders.gl/ply';
import {load, registerLoaders} from '@loaders.gl/core';

// Additional format support can be added here, see
registerLoaders(LASWorkerLoader);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants