Håvard Bjerke
Håvard Bjerke
> `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...
It should be possible to add this to the WellsLayer. @ElfarriBadr what do you mean by offset? In which direction?
> The viewer's scrollbars are not visible in Firefox. I think this is just a visual issue with how Firefox hides scrollbars until you hover over the scrollable element. Is...
I think propTypes are not needed for the React-only components, eg. `SubsurfaceViewer` and `Map`. However, `dash-generate-components` can use propTypes instead of exported types when generating Dash components. This can be...
Yes, I think you're right. @w1nklr @nilscb
> They are not skipped, but cancelled. When I wrote the comment, there were no failing checks, and all except two checks were skipped: 
@Anders2303 does it help to change `orientation`? Orientation is re-calculated on viewport change in 3D because viewport rotation affects label orientation. But in orthographic view it's not necessary to re-calculate.
Yes, we should prevent rotation updates in Orthographic and Section views, or using the `positionFormat` as you suggest.
Tested this a bit. I think the inertia is very nice. I do however notice some glitches/jumping when zooming. I tried to narrow it down, and it seems to be...
> @hkfb I ran additional tests and searched for similar issues. Found this issue, which may have some similarities: [visgl/deck.gl#7158](https://github.com/visgl/deck.gl/issues/7158). > > It seems the bug might be due to...