How to use a loader that is not included in dist.min.js ? #8276
bobfortin64
started this conversation in
General
Replies: 1 comment 2 replies
-
You can include Then access the global const {LASLoader} = loaders |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using straight js without react by using <script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script>
I want to load a PointCloudLayer from a .las file using the [LASLoader] from loaders.gl.
Can someone help figure out how to do this? Is there a simple trick or do I have to build deck.gl and somehow get the loaders i need included in a custom dist.min.js?
-Bob
Beta Was this translation helpful? Give feedback.
All reactions