deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
### Description I have noticed that in Deck 9, some tiles are not rendered when I use any PostProcessEffect. Even a null effect that does nothing but return the colour....
### Target Use Case Hi. First and foremost, thanks for a great library! We have some custom deck.gl layers using custom shaders, that use uint32 textures which are not renderable....
### Description Hello, I am having issues drawing borders to my text in the GeoJsonLayer with `pointType="circle+text"`. They never appear and I don't know if I'm missing something or is...
### Description My ultimate goal is to have collision aware text labels with variable weight text. If there is a better way to achieve this I am certainly open to...
### Target Use Case Hi, so in my project I modified terrain extension in a simple way to support multi-view for terrain extension and since this was marked as TODO...
### Link https://deck.gl/docs/api-reference/layers/geojson-layer#properties-and-numeric-properties ### Description In the doc it says "Both properties and numericProps are specified per-feature." That's not the case, it's per vertex. Also, the examples contain a lot...
Closes [9681](https://github.com/visgl/deck.gl/issues/9681) #### Change List - Fixed syntax of examples in the binary section of the GeoJson Layer - Corrected wrong information about properties that are per-vertex and not per-feature
### Description Aggregation seems to be broken since Deck 9.1.0 (luma 9.1?) when using MapboxOverlay "interleaved:true" option https://jsfiddle.net/cg7mu9sv/25/ ### Flavors - [x] Script tag - [ ] React - [...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
### Description Title says it all. With the properties below, I am able to zoom beyond the specified range using the widget. Other interactions are properly constrained. ### Flavors -...