-
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
add a callback function to display the selected wells #1333
Conversation
VincentNevermore
commented
Dec 1, 2022
•
edited
Loading
edited
Codecov Report
@@ Coverage Diff @@
## master #1333 +/- ##
=======================================
Coverage 35.38% 35.38%
=======================================
Files 156 156
Lines 8501 8501
Branches 2271 2259 -12
=======================================
Hits 3008 3008
Misses 5460 5460
Partials 33 33
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
react/src/lib/components/DeckGLMap/layers/drawing/drawingLayer.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/LassoLayer/lassoLayer.stories.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/LassoLayer/lassoLayer.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/LassoLayer/lassoLayer.stories.tsx
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/LassoLayer/lassoLayer.stories.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/layersDefaultProps.ts
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.stories.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.stories.tsx
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.tsx
Outdated
Show resolved
Hide resolved
<DeckGLMap | ||
id={"DeckGL-Map"} | ||
{...lassoArgsWithSelectedWellsDataCallback} | ||
legend={{ visible: false }} |
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.
The legend prop has been deprecated.
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.
The legend
prop has been deprecated.
react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.stories.tsx
Outdated
Show resolved
Hide resolved
react/src/lib/components/DeckGLMap/layers/BoxSelectionLayer/boxSelectionLayer.stories.tsx
Outdated
Show resolved
Hide resolved
<DeckGLMap | ||
id={"DeckGL-Map"} | ||
{...lassoArgsWithSelectedWellsDataCallback} | ||
legend={{ visible: false }} |
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.
The legend
prop has been deprecated.
Please attach any issue ids that this PR solves. |