-
#### Description
I've notice significant performance regression while using [dekart.xyz](https://dekart.xyz) (open source data-analytics built on top of deck.gl); Presumably it happens after minor Ma…
-
## Motivation
I am writing geospatial app with deck.gl and react-map-gl. The problem when in 3D mode ( mapbox terrain feature ) is that mapbox changes camera height depending on terrain height. Bec…
-
**Describe the bug**
I am trying to visualized the Point data in keplergl using React app and wanted to add Hexbin or Grid layer but giving me errors.
Errors:
An error in deck.gl: Cannot read pro…
-
When linking packages locally to develop on luma.gl and deck.gl, we've run into an issue where kepler.gl and other libraries don't agree on the version of `viewport-mercator-project` to use. When rese…
-
Hey, thank you again for making this great package. I wanted to add flowmap layer using deck.gl's MapboxOverlay control and I manage to render it (used interleaved mode), but the colors and the fade b…
-
### Target Use Case
The [FillStyleExtension](https://deck.gl/docs/api-reference/extensions/fill-style-extension) hard codes the [texture](https://github.com/visgl/deck.gl/blob/master/modules/extensio…
-
### Description
`ClipExtension` clips points which should remain visible due to numerical accuracy in shader code. The behavior is only present when using `clipByInstance: true`.
### Flavors
- [ ] …
-
I noticed that the deck.gl layers does earcut on the client but it'd be nice to create geometry source data that has already been earcutted for better performance.
https://github.com/frewsxcv/earcutr…
-
#### Description
Error: update of Tile3DLayer({id: 'my-scatterplot'}): Tile3DLayer: Failed to render layer of type cmpt
#### JS Code
const {MapboxLayer, Tile3DLayer} = deck;
// Get a…
-
#### Description
deck.gl and ArcGIS' `SceneView` 3D camera are not aligned properly.
#### Repro Steps
- Open this pen: https://codepen.io/dawken/pen/abmyLoP
- The first `SceneView` uses an Esri …