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

WebGL2 powered visualization framework

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

### Description Using the `ScatterplotLayer` with a categorical `DataFilterExtension` doesn't seem to filter anything while it works fine for range filters. ### Flavors - [ ] Script tag - [...

bug

### Description In the examples/get-started/pure-js/leaflet project npm install fails with dependency errors. ### Flavors - [ ] Script tag - [ ] React - [ ] Python/Jupyter notebook - [...

bug

### Description Power draw when idle (currently 50% CPU on a MacBook Pro / Safari for simple examples like https://deck.gl/examples/icon-layer) is very high. Attached a screenshot of the Safari Timeline...

bug

### Description After upgrading to 9.0, I've been experiencing a couple of issues with aggregation layers. 1. Making changes to the heatmap color ranges works as long as the length...

bug

### Description I have added geojson layer using deck gl on the google maps. It is working very well in the laptop/desktop but when i open my website in the...

bug

## v9.1 - Target Release Date: Q3 2024 - Follows [v9.0 Tracker](https://github.com/visgl/deck.gl/issues/7457), Followed by [v9.2 Tracker](https://github.com/visgl/deck.gl/issues/7457) - See [luma.gl v9.1 Tracker](https://github.com/visgl/luma.gl/issues/1946) ### Chores - [x] Lock 9.0-release to `luma.gl@~9.0.0` @ibgreen...

feature

Closes # #### Background #### Change List -

### Target Use Case Motivation: https://github.com/maplibre/maplibre-gl-js/issues/3080 ### Proposal To use the new return values (https://github.com/maplibre/maplibre-gl-js/pull/3136/files) to clean up the synchronization code.

feature

### Description I was surprised to find that v0.9 dropped support for two-way Jupyter bindings (i.e., ipywidgets) entirely (see https://github.com/visgl/deck.gl/pull/8854). There was also no mention of this at all in...

bug

### Description `ClipExtension` clips points which should remain visible due to numerical accuracy in shader code. The behavior is only present when using `clipByInstance: true`. ### Flavors - [ ]...

bug