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

### Link https://deck.gl/docs/api-reference/layers/geojson-layer ### Description The line ```typescript getLineColor: (f: Feature) => { … } ``` in the TypeScript example cannot be compiled. The error the compiler issues is: ```...

doc

### Steps to Reproduce 1. navigate to https://codesandbox.io/p/sandbox/xhgxcx 2. open the console 3. increase the width of the map's panel ### Expected Behavior I expect to see the view state...

bug

### Description For an MVTLayer with `binary: false`, when accessing feature data e.g. in an `onClick` handler, each feature's `id` is moved by deck.gl into `feature.properties` rather than being present...

bug

### Description I'm attempting to run the [maplibre-globe example](https://github.com/visgl/deck.gl/tree/master/examples/get-started/pure-js/maplibre-globe) and it doesn't seem to be working. I upgraded the versions in the package.json to 9.1 and still no luck. Am...

bug

Bumps [@vis.gl/ts-plugins](https://github.com/visgl/dev-tools) from 1.0.0-alpha.21 to 1.0.0. Changelog Sourced from @​vis.gl/ts-plugins's changelog. v1.0.0 Initial production release v1.0.0-alpha.23 feat(docusaurus-website): Allow theme override v1.0.0-alpha.22 fix(docusaurus-website): fix error when using custom Webpack plugins Commits...

dependencies
javascript

### Description If I create a `HexagonLayer` with a large `colorRange`, the following warnings are issued: - INVALID_VALUE: texSubImage2D: width or height out of range - GL_INVALID_VALUE: Desired resource size...

bug

Bumps [@loaders.gl/mvt](https://github.com/visgl/loaders.gl) from 4.2.2 to 4.3.3. Changelog Sourced from @​loaders.gl/mvt'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

### Link https://deck.gl/docs/api-reference/aggregation-layers/hexagon-layer ### Description The line ```typescript getTooltip: ({object}: PickingInfo) => object && `Count: ${object.elevationValue}`, ``` in the TypeScript example cannot be compiled. The error the compiler issues is:...

doc

### Description If `gpuAggregation `is not set (according to the documentation, the default value is `false`) and `getColorValue `is set, then the warning > Features not supported by GPU aggregation,...

bug

### Description Starting with version 9.1.0 (no problem with 9.0.41), the following warnings are shown in the console when using HexagonLayer: `WebGL: INVALID_OPERATION: vertexAttribPointer: no ARRAY_BUFFER is bound and offset...

bug