deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
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...
### 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...
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...
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...
### 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:...
### 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...
### 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...
### 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...
### 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...