-
even though all other imports are working fine like
```es
import {TileLayer} from '@deck.gl/geo-layers';
```
I'm not able to import the class Tileset2D
```es
import Tileset2D from "@deck.gl/g…
-
### Description
The loaded 3Dtile has no texture
![image](https://user-images.githubusercontent.com/37259849/184660895-de451063-9bf4-48d1-804f-59f5a99ff8ca.png)
"dependencies": {
"deck.gl": …
-
The Map component is not able to share GL contexts with other components.
Should expose the GL context used and be able to share it with other components.
Cf. https://deck.gl/docs/api-reference/…
-
Hi,
The line-layer demo: https://dash-gallery.plotly.host/dash-deck-explorer/line-layer
Hows far less data than the equivalent deck.gl demo. https://deck.gl/examples/line-layer/
Yet both lo…
-
## Context
Offer developers the flexibility to choose another map, such as a [Google Map JS API](https://developers.google.com/maps/documentation/javascript/overview) map, provided the map SDK suppor…
-
Per the OpenJS project onboarding checklist, VIs.gl will need to create a project charter that is approved by the CPC.
As always reach out if you need help.
Note that I have an open question ab…
-
![image](https://user-images.githubusercontent.com/6308583/128995857-e19775e1-e8c1-40f1-ac5f-a0aa5606e3af.png)
``` JavaScript
import { BitmapLayer } from '@deck.gl/layers';
import {
_GlobeVi…
-
![image](https://github.com/user-attachments/assets/aa5b5d4f-e5cb-4e79-b27d-60975630518a)
This is a screenshot in the documentation so I haven't bothered to put together an MRE. Only applicable …
-
**Describe the bug**
CI gets broken with the latest Kepler, if project got a dependency on higher versions of Deck.GL library:
![image](https://user-images.githubusercontent.com/3530859/133211642-3a…
-
### Description
setMap(map) -> setMap(null) -> setMap(map)
add layer again after delete, can't add
### Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxOverlay
- [ ] …