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

For #9199 #### Change List - Add test app for projection precision & base map alignment

For #9199 ![globe](https://github.com/user-attachments/assets/a0b62cf2-81b8-4178-915c-9b1675ff67ca) Grid lines are rendered by Maplibre, points are rendered by deck.gl. #### Change List - Match `GlobeViewport`'s scale, nearZ, farZ with maplibre's `GlobeTransform` - `GlobeView` switch to...

### Target Use Case This issue tracks TODO items in order to move GlobeView from experimental to a production feature. ### Proposal Essential: - [ ] Align Globe common space...

feature

### Link https://github.com/visgl/deck.gl/blob/master/docs/api-reference/core/globe-view.md#limitations ### Description Actually GlobeView doesn't work with MapLibre (and I suspect Mapbox eather), which actually [states here](https://deck.gl/docs/developer-guide/base-maps/using-with-maplibre) that it works with MapView. But to make it clear...

doc

### Description When using the `TerrainLayer`, the `elevationData` parameter can accept either an image or a URL for a tile service, typically using the `{z}/{x}/{y}` format. However, when using a...

bug

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...

dependencies
javascript

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @​blakeembrey in expressjs/express#5935 [email protected] by @​wesleytodd in expressjs/express#5954...

dependencies
javascript

### Description When using the datafilterextension and using category filters, i am experiencing some odd behavior when I go to filter out the datapoints with the first category option, it...

bug

### Description When using GeoJsonLayer with binary data, layer accessors receive a feature object which is missing important fields such as `id`. When creating a GeoJsonLayer with the same feature...

bug

### Description 1. Created a square polygon in QGIS with a side = 2000.256 m. ![image](https://github.com/user-attachments/assets/c0d2fcfb-b32e-4618-a2dd-3b01a9cf4ee3) 2. Created a GLB-model using Blender with the same size and 1m high. ![image](https://github.com/user-attachments/assets/88cd6196-107c-4e3a-934c-6a4958245381)...

bug