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

The code sample below fails because of `lng-new`, which the JS expression parser in `@deck.gl/json` treats as `datum.lng - datum.new`. ```python3 import pydeck as pdk import pandas as pd UK_ACCIDENTS_DATA...

bug
pydeck

### Description Tile3DLayer+I3SLoader cannot display correctly after upgrade from v8 to v9. ### Flavors - [ ] Script tag - [ ] React - [ ] Python/Jupyter notebook - [...

bug

### Description I am using Scatterplot, PolygonLayer and TileLayer layer to display the grids as you may see in video everything works fine on Linux and WIndows but in macOs...

bug

Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.5. Release notes Sourced from axios's releases. Release v1.7.5 Release notes: Bug Fixes adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707) core: add the missed...

dependencies
javascript

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...

dependencies
javascript

### Description There is no way to currently use the Heatmap layer with negative values for weights. Things I've tried: - Threshold: 0 - Threshold: any negative number - ColorDomain:...

bug

### Description I have a react library of components that has a submodule for deck.gl-based map components. Let's call it `@complibrary/maps`. My aim is to use this external map library...

bug

### Target Use Case As part of the upgrade of the codebase we need to retire using individual uniforms and instead use [Uniform Buffer Objects](https://www.khronos.org/opengl/wiki/Uniform_Buffer_Object), as the former is not...

feature

### Description Any layer inside `MapboxOverlay` will throw `Error: Layer with id "layer-id" already exists on this map` when `interleaved` is set to `true`. ### Flavors - [ ] Script...

bug

### Description using something like: ```js new IconLayer({ id: "test", data: DATA, getAngle: d => d.angle, transitions: { getAngle: 50, } }) ``` this breaks when the angle switched from...

bug