Skip to content
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

Layer selectable even if the group it belongs to is turned off #10632

Closed
1 task done
danabit opened this issue Oct 28, 2024 · 1 comment · Fixed by #10680 or #10688
Closed
1 task done

Layer selectable even if the group it belongs to is turned off #10632

danabit opened this issue Oct 28, 2024 · 1 comment · Fixed by #10680 or #10688
Assignees
Milestone

Comments

@danabit
Copy link

danabit commented Oct 28, 2024

Description

There is a problem in the selection similar to the printing problem which was solved here:
#10513

The same thing happens when you select on the map and the group is turned off but its nodes are turned on.
I take your map at the link as an example:
https://mapstore.geosolutionsgroup.com/mapstore/#/viewer/8613

If I turn off the “New York” group and select in an area where I know there is a State (but it is not visible because the group is turned off), the selection will still happen, even though the State of US layer is not visible.
This situation did not occur before version 2024.01.

How to reproduce

  • Use a map with a group having at least one layer
  • Turn off the group (Leaving the layer inside turned on)
  • Try to select an area on the map where the layer is present (even if it is not visible)

Expected Result
There should be no results in the identify panel (since the layer is not visible on the map)

Current Result
The identify panel still shows results (even if the layer is not visible)

  • Not browser related
Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Affected Version
Internet Explorer
Edge
Chrome
Firefox
Safari

Other useful information

20241028_bug_selezione_ms2_2024.01.mp4
@danabit danabit added the bug label Oct 28, 2024
@tdipisa tdipisa added this to the 2024.02.02 milestone Nov 8, 2024
@tdipisa
Copy link
Member

tdipisa commented Nov 8, 2024

Thank you for reporting @danabit

@rowheat02 rowheat02 linked a pull request Nov 15, 2024 that will close this issue
12 tasks
@ElenaGallo ElenaGallo self-assigned this Nov 20, 2024
@ElenaGallo ElenaGallo added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Nov 20, 2024
@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Nov 21, 2024
@tdipisa tdipisa added BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch and removed BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment