forked from equinor/webviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started using new EsvIntersection component in StructUncertainty module
- Loading branch information
1 parent
38b15d2
commit c4aee25
Showing
12 changed files
with
403 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
frontend/src/modules/StructuralUncertaintyIntersection/state.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
import { StatisticFunction_api } from "@api"; | ||
import { Wellbore } from "@framework/types/wellbore"; | ||
|
||
import { IntersectionSettings, SurfaceSetAddress, VisualizationMode } from "./types"; | ||
import { IntersectionSettings, StatisticOption, SurfaceSetAddress, VisualizationMode } from "./types"; | ||
|
||
export interface State { | ||
wellboreAddress: Wellbore | null; | ||
SurfaceSetAddress: SurfaceSetAddress | null; | ||
visualizationMode: VisualizationMode; | ||
stratigraphyColorMap: { [name: string]: string }; | ||
statisticFunctions: StatisticFunction_api[]; | ||
statisticFunctions: StatisticOption[]; | ||
intersectionSettings: IntersectionSettings; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.