deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

WebGL2 powered visualization framework

Results 476 deck.gl issues
Sort by recently updated
recently updated
newest added

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...

feature

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...

dependencies
github_actions

### 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...

bug

#### 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...

bug

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...

dependencies
javascript

### 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...

bug

### Description ![Image](https://github.com/user-attachments/assets/d47db35d-ad41-4b1b-97aa-d6a43d93be58) 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...

bug