deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

WebGL2 powered visualization framework

Results 476 deck.gl issues
Sort by recently updated
recently updated
newest added

Closes # #### Background - We need to pass canvasContext props, the typing is unfortunately messy #### Change List - Hack the types until we can improve - Also add...

### Target Use Case Declarative use of tooltips and new "PopupWidget". Currently requires javascript to build the HTML string. Use of javascript options should of course still be supported. ###...

feature

### Description This is an odd one, but I have reproduction. If you are using deck.gl component as a fallback to a suspense boundary, or within next.js's native `loading.tsx` paradigm...

bug

### Description I have a project that uses yarn 4 workspaces with yarn PnP. After following the deck.gl [developer guide](https://deck.gl/docs/developer-guide/base-maps/using-with-google-maps) for using the `GoogleMapsOverlay` with React, the project will no...

bug

### Link https://deck.gl/docs/developer-guide/custom-layers/subclassed-layers ### Description Hi. It seems that some parts of the documentation has not been updated to reflect the changes in 9.0/9.1. For example this example of adding...

doc

### Description When using **@arcgis/core v4.32.5**, the @deck.gl/arcgis package fails to resolve the @arcgis/core/views/3d/externalRenderers module, preventing the application from starting. This issue does not occur with **@arcgis/core v4.31.0**. The error...

bug

### Description The latest pydeck version on pypi (0.9.1) does not have the latest frontend version: DECKGL_SEMVER = "~9.0.*" This does not correspond to the version here: https://github.com/visgl/deck.gl/blob/4a62cd82e5a047e2255dde729eaebe373b961775/bindings/pydeck/pydeck/frontend_semver.py#L1 So not...

bug
pydeck

### Description Example code at https://deckgl.readthedocs.io/en/latest/gallery/heatmap_layer.html hangs when zooming or panning. The same is observed when running the example code in JupyterLab ### Flavors - [ ] Script tag -...

bug

Bumps [@loaders.gl/wms](https://github.com/visgl/loaders.gl) from 4.2.2 to 4.3.3. Changelog Sourced from @​loaders.gl/wms's changelog. CHANGELOG for loaders.gl v4.4 v4.3.0-alpha.2 Hofix to remove not existing version (#3163) v4.3.0-alpha.1 fix(loader-utils): ReadableFile implementation to match the...

dependencies
javascript

#### Background I found a bug in the github release script while using it in hubble. This script is currently disabled in deck's release action, but if we choose to...