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

WebGL2 powered visualization framework

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

Follow up #8862 #### Background Using `dist` has the advantage of being cleaned by `ocular-clean`, at the cost of slightly longer URL for scripting users. ``` https://unpkg.com/@deck.gl/widgets@^9.0.0/dist/stylesheet.css https://unpkg.com/deck.gl@^9.0.0/dist/widgets/stylesheet.css ``` The...

### Description When a user is using `ZoomWidget` without supplying the optional `viewId` prop and they provide their own View, such as `views: new MapView({});`, the widget does not change...

bug

### Description When applying filters the filtering is not consistent and when applying a filter and removing it, and then re-applying it the data points on the map can change....

bug

### Target Use Case add new feature read position from texture ### Proposal custom particle movement when size more than 1 million points my step 1 create a compute shader...

feature

#### Change List - Line 83: Updates URL, fixes link to website - Line 84: Updates URL, fixes link to website

Closes #8990 #### Change List - Update `CompassWidget`, `ZoomWidget`, and `FullscreenWidget` with regex to convert camel cased style keys to their dash cased equivalent. I settled on `replace(/([a-z])([A-Z])/g, '$1-$2')` as...

### Description When I pass a `style` object to widgets, styles for camel cased attributes (`borderColor`, `zIndex`, etc) aren't applied. Setting styles with dash cased keys does work but that...

bug

### Description Hello again! When I log the zoom level from a mouse wheel event (sorry if the name is wrong, I am using a mac touchpad on my laptop),...

bug

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies
javascript

### Description Hello, I am using the TerrainLayer with mapbox service APIs to render a 3D map: ```jsx const ELEVATION_DECODER = { rScaler: 6553.6, gScaler: 25.6, bScaler: 0.1, offset: -10000...