-
### Description
When using GeoJsonLayer to draw Polygons from binary data, closed shapes are not joined on the last position. For wide stroke widths, this causes a notched corner where line caps from…
aethr updated
2 months ago
-
### Description
I have added geojson layer using deck gl on the google maps. It is working very well in the laptop/desktop but when i open my website in the mobile's(any android or IOS) chrome, then …
-
### 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 in a next.…
-
Things I've added in our fork that may be worth adding/reviewing here
#### Things that are simple(ish) to merge
- v9 bump
- Add support for Deck widgets
- Add `mapWidth` to `Map`
- An alternat…
-
In a deck.gl multiple layers I use a deck.gl scatterplot with a categorical color for the point color.
It's working fine except that the categories color in legend is not the same as the point on th…
-
### Description
Using @deck.gl/arcgis@9.0.20:
The value of the parameter "object" in the getTooltip function is undefined.
```
const layer = new arcGIS.DeckLayer();
layer.deck.getTooltip = ({…
gdnwr updated
5 months ago
-
## v9.1+ Roadmap
- [ ] Docs - make sure the docs get the reader up to speed on the right things.
- [ ] `MeshLayer` - is it still needed? Docs says it should be [replaced](https://visgl.github.io/d…
-
### Describe the bug
I am on Steam Deck and usually everything works fine but for the past few weeks or so anything that uses bottles through steam will not open. Everything works fine in bottles it…
-
The examples on `deck.gl` don't have an integrated legend but I saw [this suggestion on Pydeck](https://github.com/visgl/deck.gl/issues/4850#issuecomment-1188226561) and wonder if something similar wo…
shriv updated
2 months ago
-
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_AC…