deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.45 to 0.6.0. Release notes Sourced from moment-timezone's releases. Release 0.6.0 Fixed and updated TypeScript definitions. #1132 Updated types to more accurately match the code implementation. Added...
### Description As the title says, after loading deckgl in openlayers, when running in Chrome browser, it is found that the map needs to be clicked twice to drag the...
### Description I'm having some trouble with extra events firing so I was digging into how options are passed in, and I found [this code in deck.ts](https://github.com/visgl/deck.gl/blob/8ea54d596196c3b2258a4ca216a3690522eed3ab/modules/core/src/lib/deck.ts#L979): ```typescript this.eventManager =...
### Target Use Case Currently, IconLayer has getAngle for rotation of Icon. In many cases, mirror an icon along X or Y is necessary. For example, if we have an...
### Description An error occurs using the **Tile3DLayer** with the **loaders** parameter but it works well with the deprecated **loader** parameter. ``` Uncaught (in promise) Error: 3DTileLoader: unknown type {"id...
### Description If you use the PathStyleExtension on a GeoJsonLayer instead of a PathLayer, the dashes move while you zoom. This also occurs on MVTLayers. It's very noticeable while using...
Let's add some color back using our revived color logo. Our existing favicon was Uber branding. #### Change List - Switched all references from favicon.ico to favicon.png - Also updated...
## Summary - add `getMaxWidth` accessor to TextLayer - allow individual labels to control their wrapping width - document `getMaxWidth` and expose through GeoJsonLayer The layout is handled entirely on...
`getViewState()` in `deck-utils.ts` only calls `centerCameraOnTerrain()` when terrain is enabled: https://github.com/visgl/deck.gl/blob/024534cc087af7c10c5c6d1316cf06bffe01cceb/modules/mapbox/src/deck-utils.ts#L239-L242 However both base map providers (Mapbox & MapLibre) support setting camera elevation _even when terrain is disabled._ (Mapbox by...
### Description I m using titiler as the backend raster server to show my COG file as tilelayer. It works but for some reason after some movements on map such...