-
Notifications
You must be signed in to change notification settings - Fork 2.2k
pydeck: Support Tile3DLayer #4450
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
Conversation
d0ddff6
to
37de80b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Delaying this until we can make the loaders webpack externals. Otherwise the JS bundle in this change is quite large. |
import {Tiles3DLoader, CesiumIonLoader} from '@loaders.gl/3d-tiles'; | ||
|
||
// Note: deck already registers JSONLoader... | ||
registerLoaders([CSVLoader, DracoWorkerLoader]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ibgreen I thought we no longer have to register the DracoLoader for 3d-tiles to work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that was the plan but sadly I didn't get that done in time for 2.1.
37de80b
to
b15df42
Compare
b15df42
to
5503597
Compare
The file at |
For #4103
Background
Change List