Xiaoji Chen

Results 46 issues of Xiaoji Chen

For https://github.com/visgl/deck.gl/discussions/7170 Not super happy about the behaviors relying on `redrawReason` (a similar bug here https://github.com/visgl/deck.gl/pull/7092) but this will revert the breaking change for now. #### Change List - Avoid...

For #7128 maplibre 2.0 does not expose `map.version`, see issue at https://github.com/maplibre/maplibre-gl-js/issues/1426 I'm proposing to drop compatibility with mapbox-gl v0.50-1.2, which are more than 3 years old (mapbox v1's latest...

### Target Use Case As of v8.7, a `View` constructor can specify its position (`x`, `y`, `width` and `height`) as either an absolute value (number of pixels) or a relative...

feature

### Motivation To use deck.gl (or other visualization overlays / custom layers) with Mapbox's terrain feature, we need to be able to construct viewport matrices that match those of the...

feature :green_apple:
needs discussion :speech_balloon:
3d :triangular_ruler:

Restore version identifiers that were removed in v2.0 After this PR it is possible to get the package version via `import {version} from 'maplibre-gl';` Or with a `Map` instance: `map.version`...

Interleaving with deck.gl custom layers (depth occlusion) broke between 1.15.3 and 2.0.0. For reference the feature works with mapbox-gl v1 and v2. Expected: Actual: See demo at: https://codepen.io/Pessimistress/pen/ExEoQXL **maplibre-gl-js version**:...

## Motivation To use deck.gl (or other visualization overlay solutions) with Maplibre's terrain feature, the overlay needs to be able to construct viewport matrices that match those of the base...

The current release depend on `apache-arrow@^4.0.0` which is not compatible with the latest TypeScript. https://www.npmjs.com/package/apache-arrow I can confirm that `8.0.0` does not emit any TS build errors, although the upgrade...

See discussion in #1510 #### TODO Update [GL_PARAMETER_DEFAULTS](https://github.com/visgl/luma.gl/blob/master/modules/gltools/src/state-tracker/webgl-parameter-tables.ts) to include static WebGL limits, reference: https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getParameter

Reported in https://github.com/visgl/deck.gl/pull/6224#issuecomment-931521220 #### Actual Result When querying the bound buffer, `gl.getParameter(gl.ARRAY_BUFFER_BINDING)` always returns the bound buffer when it was queried the first time. #### Expected Result `gl.getParameter(gl.ARRAY_BUFFER_BINDING)` should return...