-
Notifications
You must be signed in to change notification settings - Fork 196
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
Tiles: Allow passing all loader options in tile content loading #1436
Comments
Yes this makes sense. I would need to look at the code, but should that be I think it should be a pure loaders.gl options object, sounds like |
Maybe |
Yes
Yes
While that does make sense from user perspective, let's double check where the requestScheduler is currently managed. It might not be part of standard loadOptions, but rather the Tileset3D.options. Basically, loadOptions should only be options handled by
Yes, I agree in principle, but the |
Hi,
So to allow the user to override |
Hi!
Following my discussion with @dryabinin-actionengine, we need a way to pass loader parameters (loader-specific such as
3d-tiles
andgltf
as well as top level such asmaxConcurrency
) in this segment. Currently only options forfetch
are allowed.I think the ideal solution would be to dismiss
fetchOptions
and override the default options withtileset.options
(which would also includefetch
).Thank you!
cc: @ibgreen
The text was updated successfully, but these errors were encountered: