-
Notifications
You must be signed in to change notification settings - Fork 10
880 Data Provider Framework in Intersection Module #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
880 Data Provider Framework in Intersection Module #948
Conversation
6aef083
to
b58963c
Compare
- Fixes after rebase - WIP
- Make correct viewport - Fix correct viewport for `handleFitInViewClick`, make use of bounds instead of referenceSystem, as bounds include extensionLength
Change: Remove conditional rendering for ViewportWrapper Note: Does not explain why context issue occurs
- Sort available settings arrays for options ordered alphabetically - Make use of TimeOrIntervalSetting for formatting of label in Dropdown
- Handle inf, nan, MAX_VALUE etc to ensure valid bounds and viewport
b58963c
to
b4fd8c9
Compare
- Undo incorrect package update - Update autogen code - Add adjusted preview code done in original module code
b4fd8c9
to
dcdc748
Compare
...ction/DataProviderFramework/customDataProviderImplementations/RealizationSurfacesProvider.ts
Outdated
Show resolved
Hide resolved
...aProviderFramework/customDataProviderImplementations/SurfacesPerRealizationValuesProvider.ts
Outdated
Show resolved
Hide resolved
onRescale did not ensure that image was generated. Update to ensure preRender logic is run and image is generated async when needed
Adjust naming for consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Found some various smaller issues, but overall everything looks good.
I'll take a look at the running instance tomorrow to check the UX
frontend/src/modules/Intersection/DataProviderFramework/boundingBoxes/makeGridBoundingBox.ts
Outdated
Show resolved
Hide resolved
frontend/src/modules/Intersection/DataProviderFramework/boundingBoxes/makeSeismicBoundingBox.ts
Outdated
Show resolved
Hide resolved
...aProviderFramework/customDataProviderImplementations/SurfacesPerRealizationValuesProvider.ts
Outdated
Show resolved
Hide resolved
...nd/src/modules/Intersection/DataProviderFramework/visualization/createGridLayerItemsMaker.ts
Outdated
Show resolved
Hide resolved
...nd/src/modules/Intersection/DataProviderFramework/visualization/createGridLayerItemsMaker.ts
Outdated
Show resolved
Hide resolved
...nd/src/modules/_shared/DataProviderFramework/settings/implementations/SliderNumberSettig.tsx
Outdated
Show resolved
Hide resolved
...nd/src/modules/_shared/DataProviderFramework/settings/implementations/SliderNumberSettig.tsx
Show resolved
Hide resolved
...nd/src/modules/_shared/DataProviderFramework/settings/implementations/SliderNumberSettig.tsx
Show resolved
Hide resolved
frontend/src/modules/_shared/DataProviderFramework/visualization/VisualizationAssembler.ts
Show resolved
Hide resolved
frontend/src/modules/_shared/Intersection/intersectionPolylineUtils.ts
Outdated
Show resolved
Hide resolved
...d/src/modules/_shared/DataProviderFramework/settings/implementations/IntersectionSetting.tsx
Outdated
Show resolved
Hide resolved
...d/src/modules/_shared/DataProviderFramework/settings/SettingRegistry/_registerAllSettings.ts
Show resolved
Hide resolved
frontend/src/modules/Intersection/view/components/viewportWrapper.tsx
Outdated
Show resolved
Hide resolved
Updated the |
Refactor code in DataProvidersWrapper: - Refactor into utility functions - Add states for reference stability
…ule-layer-framework-NEW
- Create new viewport when changing intersection or extension length - Handle vertical scale/zFactor when creating viewport.
…ule-layer-framework-NEW
- Move calculation of viewport into wrapper - Refocus view when changing intersection/extension - Introduce fit in view mode - Do not reset/refocus view when adding layers etc unless fit in view mode is on
To prevent duplicate div refs
Apply data provider framework to Intersection Module
This is a first version only supporting 1 view using the
EsvIntersection
-component.Made settings and providers for new functionality. Adjustments to existing
SeismicLayer
to perform async generating seismic image.Fixes made compared to old version:
Adjustment/fixes in back-end:
Closes: #880