-
Notifications
You must be signed in to change notification settings - Fork 42
Correct Map3D layer readout alignment #883
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
Conversation
Changed Icon Fix equinor#829
Codecov Report
@@ Coverage Diff @@
## master #883 +/- ##
=======================================
Coverage 73.04% 73.04%
=======================================
Files 74 74
Lines 1781 1781
Branches 286 286
=======================================
Hits 1301 1301
Misses 460 460
Partials 20 20
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
Not sure if it's related, but I get this error when picking the map3D surface:
Uncaught TypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
at _nonIterableRest (main.iframe.bundle.js:10130)
at _slicedToArray (main.iframe.bundle.js:10128)
at getMapProperty (main.iframe.bundle.js:10372)
at TerrainMapLayer.getPickingInfo (main.iframe.bundle.js:10356)
at getLayerPickingInfo (vendors-node_modules_deck_gl_aggregation-layers_dist_esm_index_js-node_modules_deck_gl_json_d-eadb95.iframe.bundle.js:14903)
at vendors-node_modules_deck_gl_aggregation-layers_dist_esm_index_js-node_modules_deck_gl_json_d-eadb95.iframe.bundle.js:14874
at Array.forEach (<anonymous>)
at processPickInfo (vendors-node_modules_deck_gl_aggregation-layers_dist_esm_index_js-node_modules_deck_gl_json_d-eadb95.iframe.bundle.js:14864)
at DeckPicker._pickClosestObject (vendors-node_modules_deck_gl_aggregation-layers_dist_esm_index_js-node_modules_deck_gl_json_d-eadb95.iframe.bundle.js:11992)
at DeckPicker.pickObject (vendors-node_modules_deck_gl_aggregation-layers_dist_esm_index_js-node_modules_deck_gl_json_d-eadb95.iframe.bundle.js:11822)
I didn't get this error, I have made a small change, maybe you can try again, and if this error still persists we will discuss. |
Correct Map3D layer readout alignment
Changed Icon
Fix #829