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

Make it possible to toggle search results layer's visibility #1144

Closed
jacobwod opened this issue Aug 23, 2022 · 1 comment
Closed

Make it possible to toggle search results layer's visibility #1144

jacobwod opened this issue Aug 23, 2022 · 1 comment
Assignees
Labels
new feature Request for adding/changing functionality plugin:search Functionality and features of the (core) Search plugin
Projects
Milestone

Comments

@jacobwod
Copy link
Member

Right now the search result layer is always visible and will draw the results features upon search. The default draw order says that it will be placed on top of all other layers.

We have identified user's workflows where this leads to extra steps:

  • user activates some layers, perhaps polygons with different colors that indicate different types of a property
  • user searches for a place and goes to the result
  • the search layer draws another polygon that indicates the result. This polygon hides and/or makes it difficult to see the color of the underlying polygon
  • user wants to see what color the polygon underneath the search result has. Since it's impossible to easily hide the search results, user must now clear the search.
  • once cleared, user sees the underlying polygon's color
  • user can now redo the search to get back the search result marking

Currently a power user can control the visibility of search results layer if the Active layers functionality is enabled and the user knows about it. A simpler way to fix this would be to add a toggle visibility button somewhere in the search results view:
Skärmavbild 2022-08-23 kl  09 44 54

Opinions?

@jacobwod jacobwod added plugin:search Functionality and features of the (core) Search plugin new feature Request for adding/changing functionality labels Aug 23, 2022
@jacobwod jacobwod added this to the 3.x milestone Aug 23, 2022
@jacobwod jacobwod self-assigned this Aug 23, 2022
@jacobwod jacobwod added this to Approved ideas in Hajk via automation Aug 23, 2022
@jacobwod
Copy link
Member Author

Proposed solution:

Skärmavbild 2022-08-23 kl  15 20 14

@jacobwod jacobwod moved this from Approved ideas to In progress in Hajk Aug 23, 2022
@jacobwod jacobwod modified the milestones: 3.x, 3.11 Aug 23, 2022
@jacobwod jacobwod moved this from In progress to Done in Hajk Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Request for adding/changing functionality plugin:search Functionality and features of the (core) Search plugin
Projects
Hajk
  
Done
Development

No branches or pull requests

1 participant