-
Notifications
You must be signed in to change notification settings - Fork 417
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
#8706 Restore multiple features selection on map click in 3D viewer #8750
#8706 Restore multiple features selection on map click in 3D viewer #8750
Conversation
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.
@allyoucanmap
Looks good. However the clicked point is sometimes hidden behind the layers. This makes it hard to find the features being queried. Your thoughts?
From the screenshot, the clicked point is hidden (where the mouse pointer is present)
@dsuren1 I added a fix to force the |
@ElenaGallo Kindly test in DEV and let us know if it can be backported. Thanks! |
Test passed, @allyoucanmap please backport |
… in 3D viewer (geosolutions-it#8750) * restore multiple features selection on map click in 3D viewer * add bring to front on default style for points
…p click in 3D viewer (#8750) (#8770) * #8706 Restore multiple features selection on map click in 3D viewer (#8750) * restore multiple features selection on map click in 3D viewer * add bring to front on default style for points * increase timeout for failing test (#8756) * #8757 Increase waitFor timeout in cesium map test (#8771) * add cesium simulate test utils
Description
This PR restores the drill pick method in the click event of the map to return all the intersected features and not only the first one
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#8706 see #8700 (comment)
What is the new behavior?
All the intersected features will be detected in the click event so they will be visible in GFI
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information