-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Description
Buffer#getData() will not be available in luma.gl v9, so we'll need to update parts of the deckgl codebase that depend on it. Primarily those seem to be layers using Transform. Where possible, readAsync() would be preferred. If we cannot make all uses asynchronous then we may need a synchronous helper function, either here or in luma.gl.
Flavors
- Script tag
- React
- Python/Jupyter notebook
- MapboxOverlay
- GoogleMapsOverlay
- CartoLayer
- ArcGIS
Expected Behavior
n/a
Steps to Reproduce
For a general idea of the areas affected:
https://github.com/search?q=repo%3Avisgl%2Fdeck.gl+%22getData%28%22&type=code
Environment
n/a
Logs
n/a