-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: Well clutter #2424
feat: Well clutter #2424
Conversation
typescript/packages/subsurface-viewer/src/extensions/collision-modifier-extension.ts
Outdated
Show resolved
Hide resolved
Isn't reduceWellNameClutter better ? |
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/extensions/collision-modifier-extension.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/storybook/sharedSettings.tsx
Outdated
Show resolved
Hide resolved
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.
BTW, why are the well names displayed for the simplified well rendering ?
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/storybook/layers/WellsLayer.stories.tsx
Outdated
Show resolved
Hide resolved
typescript/packages/subsurface-viewer/src/layers/wells/wellsLayer.ts
Outdated
Show resolved
Hide resolved
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.
Check comments in the review
Should be ok now. |
# [1.7.0](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@1.6.1...subsurface-viewer@1.7.0) (2025-01-31) ### Features * Well clutter ([#2424](#2424)) ([7ceedaf](7ceedaf))
🎉 This issue has been resolved in version subsurface-viewer@1.7.0 🎉 The release is available on GitHub release |
Introduced new property on wells: "wellNameReduceClutter;"
When set deck.gl's CollisionFilterExtension is enabled to hide overlapping names.
From the documentation: "not as good as a full collision test".