t0oF
t0oF
It is for convenience. If you display a single view (the usual case), you probably don't want to specify all the displayed layers on one side plus all the corresponding...
I don't know. I was not there at the initial design... I don't really see the use case needed to display nothing. But if you have such an use case...
Thanks for the feedback. I tried and can reproduce both issues. Note that using an axes2D layer has no impact on the first issue. I'll try to find some time...
Thank you for this investigation, @Anders2303 (and no, I had no time 🫤). Let's ask @nilscb to look at this issue.
One possibility is to have a callback props. IMO; there are 2 possible strategies: 1. Props is callback only If callback is provided, use it. If none, use no readout....
In my opinion, we should differentiate the API (ie. props) and the implementation. The API is quite important, as we need to be consistent and ensure backward compatibility ! On...
jsdom is currently used as an indirect dependency. ``` $ npm ls jsdom @webviz/subsurface-components@ C:\dev\AzDevOps\github\equinor\webviz-subsurface-components\typescript └─┬ [email protected] └── [email protected] ``` Not sure it is possible to bump jsdom from v20...
Here a snapshot: 
`ColormapLayer` is an extension of Deck.gl `BitmapLayer`. In short, it displays a rectangle (actually renders 2 triangles) with a texture. It will always have a "flat" geometry, even in 3D....
Hi @Anders2303 buffer is not defined in browser environment. webpack 4 did include all the polyfills, while webpack 5 need to explicitly cherry-pick them. Unfortunately, I don't find how buffer...