deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
### Target Use Case I am using a OrthographicView of which I manage the viewState myself/externally [as described in the Docs](https://deck.gl/docs/developer-guide/interactivity#externally-manage-view-state). I had enabled [smooth scrollZoom](https://deck.gl/docs/api-reference/core/controller#options) earlier, but realized that...
### Target Use Case A minimal theme for deck.gl widgets would provide a clean, unstyled baseline, aiding developers in learning and debugging by highlighting the effects of custom styles. This...
### Description When adding an outline more than say 6 or 7 pixels to a TextLayer, there is a dashed line artifact under many of the characters. This happens with...
### Target Use Case This issue tracks updating the footer on the deck.gl website to match the [footer](https://github.com/openjs-foundation/artwork?tab=readme-ov-file#copyright-notices-for-project-website-footers) approved by OpenJS Foundation legal counsel and the Board Of Directors ###...
### Description The parameter for the getText accessor is not typed. ### Flavors - [ ] Script tag - [ ] React - [ ] Python/Jupyter notebook - [ ]...
### Description When using the pickObject method to transform screen coordinates to world coordinates, the resulting coordinates (x, y, z) vary slightly and seem to be influenced by the position...
### Description If you want to add your own tooltip provider via attribute `getTooltip` to a `Deck`, you need to import the types `PickingInfo` and `TooltipContent` because `getTooltip` has the...
### Description HeatmapLayer disappears from the map with WebGL error: ```[.WebGL-0x120112dbf00] GL_INVALID_OPERATION: Feedback loop formed between Framebuffer and active Texture.```  HeatmapLayer disappearance occurs...
### Link https://deck.gl/docs/api-reference/extensions/fp64-extension#layer-properties ### Description For enable fp64 it is tell that the layer prop needs to be set to `COORDINATE_SYSTEM.LNGLAT_DEPRECATED`, but there is no such value in the `COORDINATE_SYSTEM`...
### Target Use Case Hi, I'm trying to get the background on tooltips of an EditableGeoJson layer to have rounded corners but can't seem to find a way without having...