deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
#### Background In v9.1, `@deck.gl/carto` fetchMap() fails to load layers depending on a default value of the `aggregationExp` property, required for H3 and Quadbin table or query sources. The issue...
### Link https://deck.gl/docs/api-reference/layers/bitmap-layer#pixel-picking ### Description The section for [Pixel Picking](https://deck.gl/docs/api-reference/layers/bitmap-layer#pixel-picking) in the `BitmapLayer` documentation suggests the following implementation: ```ts new BitmapLayer({ image: './my-image.png', bounds: [-122.45, 37.75, -122.43, 37.78], pickable: true,...
### Target Use Case ## deck view system A more sophisticated view system could be a powerful addition to deck.gl. Since it is starting to look like we have a...
#### Background When using `PostProcessEffect` with `interleaved: true`, due to [clearing of the canvas](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/deck-renderer.ts#L88) the result is the basemap is completely cleared with a solid grey color: With this change,...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.6 to 3.0.9. Commits 2ceedf4 3.0.9 647447b check windows tweak (#115) e4a7a40 3.0.8 504ca0f upgrade bare packages 1e4cc04 3.0.7 a1dd7e7 refactor and throw on bad symlink 7ce355d...
### Description Thanks for the great library! I am not sure if this is a bug or a feature request. Apologies. When using MVTLayer from @deck.gl/geo-layers with autoHighlight: true, the...
### Description With a mapbox interleaved overlay, when resizing the map container, the deck.gl layers go out of sync with the map. https://github.com/user-attachments/assets/7dcdb82d-98a7-41d6-9b03-5575cdb92501 ### Flavors - [ ] Script tag...
Closes # #### Background - The luma upgrade circus continues #### Change List - Async tests and CanvasContext animationLoop changes seem to be a first priority as they were dropped...
### Description After moving to deck.gl v9 I found out that heatmapLayer stopped working. If I use `_shadow: true` in `directionalLight` heatmap is not displayed. Also found that lineLayer is...
### Description 加载3dtiles数据会出现缝隙  ### Flavors - [ ] Script tag - [ ] React - [ ] Python/Jupyter notebook - [x] MapboxOverlay - [ ] GoogleMapsOverlay - [ ]...