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

For https://github.com/visgl/deck.gl/discussions/7170 Not super happy about the behaviors relying on `redrawReason` (a similar bug here https://github.com/visgl/deck.gl/pull/7092) but this will revert the breaking change for now. #### Change List - Avoid...

### Target Use Case When click a Tile3D layer, i want how the building info in a popup ui component by calling loadFeatureAttributes(info.object, info.index) which is a async function ,...

feature

For #7128 maplibre 2.0 does not expose `map.version`, see issue at https://github.com/maplibre/maplibre-gl-js/issues/1426 I'm proposing to drop compatibility with mapbox-gl v0.50-1.2, which are more than 3 years old (mapbox v1's latest...

### Description I took the official example for HeatmapLayer (https://github.com/visgl/deck.gl/tree/8.8-release/examples/website/heatmap), and just changed the dataset and added a new GeoJsonLayer with a polygon to mask the heatmap. This image shows...

bug

### Description I'm trying to set position and rotation for boneNode of a boned gltf model loaded via sceneGraph, but failed for all the nodes except the root one. Even...

bug

### Description When using DeckGL with a Mapbox map (maplibre fork), the performance gets bad, there are lot of dropped frames in Chrome FPS meter (red lines). The overall interactivity...

bug

### Target Use Case At the moment, I'm doing a map with different layers regarding different assets that have different features. Currently the tooltip is really limited because for one...

feature
pydeck

### Description I’ve been working with deck.gl + react-map-gl + React 17 for one year, almost every days, and I always used `` as a stateless component, following the doc...

bug

### Target Use Case before ``` ts const bbox = props.tile.bbox as {left: number; top: number; right: number; bottom: number}; ``` or ``` ts const bbox = props.tile.bbox as Exclude;...

feature

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies