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

#### Background Working on https://github.com/visgl/deck.gl/pull/8956 got me thinking whether it would be useful to add a `PopupWidget`. We would likely want to provide the same API eventually as in `getTooltip`,...

### Description I am trying to integrate deck.gl with ArcGIS in my React application by following the example provided in the deck.gl documentation (https://deck.gl/docs/api-reference/arcgis/deck-renderer). However, I am encountering an error...

bug

### Description I don't believe opacity should be gamma corrected. Gamma provides a (very rough) approximation of perceived linearity of lightness in RGB colors, but there's no perceptual basis for...

bug

Closes https://github.com/visgl/deck.gl/issues/8934 #### Background Will not be supporting this prop #### Change List - Remove matchingColumn prop - Test update

### Description It seems that the `DataFilterExtension` is not working with `ScenegraphLayer` and `IconLayer`. It works just fine with `GeoJsonLayer`. As soon as the property `extensions: [new DataFilterExtension({ categorySize: 1...

bug

### Description If one looks at the the [fitBounds docs](https://deck.gl/docs/api-reference/core/web-mercator-viewport#fitbounds), the example usage is the following: ```ts const [initialViewState, setInitialViewState] = useState({ longitude: -100, latitude: 40, zoom: 4 }); const...

bug

Closes #8896 #### Background `glOptions` was removed in v9 and replaced by `deviceProps`. #### Change List - removes `glOptions` (this has not been functional since v9) - docs for `device`...

### Target Use Case The goal is to show directions in a geojson using arrows in the filled area. I don't see a way to achieve that with the current...

feature

### Description Using GoogleMapsOverlay from Deck.gl for Google Map JS API in overlaid mode should enable objects being picked or dragged. However this does not work. ### Flavors - [...

feature

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

dependencies
javascript