Håvard Bjerke
Håvard Bjerke
Work in progress. So far, what works: - AxesLayer - WellsLayer - PointsLayer - PolylinesLayer - NorthArrow3DLayer - BoxSelectionLayer - Axes2DLayer - GridLayer - TriangleLayer - WellMarkersLayer - MapLayer What...
Create a new type of orthogonal view, using a custom deck.gl Viewport, that projects data in section (unfolded) coordinates, ie. [abscissa, Z].  See also https://github.com/equinor/webviz-subsurface-components/wiki/Intersection-component ## Issues ### Bugs...
- [x] Add an optional z scale prop to Map component - [ ] Remove z scaling prop on GridLayer
After editing certain props, some stories will crash, eg. the "Small points layer" story after editing the `count` prop: 
Reduce transitive dependency liability and burden on consumers and maintenance.
See https://equinor.github.io/webviz-subsurface-components/storybook-static/?path=/story/subsurfaceviewer-map-layer--contour-lines After switching off `show3d`, then camera panning does not work.
The Map component is not able to share GL contexts with other components. Should expose the GL context used and be able to share it with other components. Cf. https://deck.gl/docs/api-reference/core/deck#gl...
- [ ] Make sure legends don't overlap - [ ] Color legends should have titles that identify which data they represent
- [x] Two separate props on the grid layer - [x] geometry - [x] property - [ ] Storybook example: controlling the property from a slider next to the map...