deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
Closes #8838 Enhances the `clear` properties for managing viewport buffers across multiple views. Adding new properties (`clearColor`, `clearDepth`, and `clearStencil`) to control buffer clearing behavior. The value used to clear...
### Target Use Case Current `getColor` implementation with `mask:true` has critical limitations: 1. **Only works with binary masks** - completely replaces all non-transparent pixels with solid color 2. **Destroys image...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.4.0. Release notes Sourced from actions/setup-python's releases. v5.4.0 What's Changed Enhancements: Update cache error message by @aparnajyothi-y in actions/setup-python#968 Enhance Workflows: Add Ubuntu-24, Remove Python...
### Description When using MapboxOverlay from the latest deck.gl version, if autoHighlight: true and interleaved: true are enabled, the tooltip (getTooltip) disappears unless the cursor is actively moving over the...
#### Background GeoPandas [has removed the datasource API](https://geopandas.org/en/stable/docs/changelog.html#version-1-0-0-june-24-2024) as of v1 in 2024. Users can instead use the [geodatasets](https://geodatasets.readthedocs.io/en/latest/) package, or access the data from NACIS's cdn. #### Change List...
### Description I am not able to properly visualize IconLayers on my Globe-projected DeckGL instance. In my `React-Maplibre-MapboxOverlay` implementation mercator projection shows up great, but globe projection glitches out. (tested...
Closes # #### Background Applications that use predefined widgets may want an easy way to add some custom buttons that become part of the widget layout (positioning, theming). - A...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.9 to 4.5.14. Release notes Sourced from vite's releases. v4.5.14 Please refer to CHANGELOG.md for details. v4.5.13 Please refer to CHANGELOG.md for details. v4.5.12 Please refer to...
### Description ℹ Caveat up front: I know Globe integration is technically experimental still, this is mostly to document some findings I am seeing in the wild. When utilizing the...
### Description  Tried upgrading Deck.gl versions in my React app and started getting the above error. React app didn't load any components, just a blank white screen due to...