deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
For #9199 #### Change List - Add test app for projection precision & base map alignment
For #9199  Grid lines are rendered by Maplibre, points are rendered by deck.gl. #### Change List - Match `GlobeViewport`'s scale, nearZ, farZ with maplibre's `GlobeTransform` - `GlobeView` switch to...
### Target Use Case This issue tracks TODO items in order to move GlobeView from experimental to a production feature. ### Proposal Essential: - [ ] Align Globe common space...
### Link https://github.com/visgl/deck.gl/blob/master/docs/api-reference/core/globe-view.md#limitations ### Description Actually GlobeView doesn't work with MapLibre (and I suspect Mapbox eather), which actually [states here](https://deck.gl/docs/developer-guide/base-maps/using-with-maplibre) that it works with MapView. But to make it clear...
### Description When using the `TerrainLayer`, the `elevationData` parameter can accept either an image or a URL for a tile service, typically using the `{z}/{x}/{y}` format. However, when using a...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
### Description When using the datafilterextension and using category filters, i am experiencing some odd behavior when I go to filter out the datapoints with the first category option, it...
### Description When using GeoJsonLayer with binary data, layer accessors receive a feature object which is missing important fields such as `id`. When creating a GeoJsonLayer with the same feature...
### Description 1. Created a square polygon in QGIS with a side = 2000.256 m.  2. Created a GLB-model using Blender with the same size and 1m high. ...