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

Enable zoom to selected for lines and polygon layers #389

Open
smalers opened this issue Apr 28, 2021 · 0 comments
Open

Enable zoom to selected for lines and polygon layers #389

smalers opened this issue Apr 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request high Priority: next release if possible S Size: day or less

Comments

@smalers
Copy link
Contributor

smalers commented Apr 28, 2021

This is high priority mainly because it is really useful as a general feature and can hopefully be enabled similar to the point feature.

The layer Data Table search feature works well for all layer types. However, it currently only allows zooming to selected features for points. Being able to zoom for polygons and lines would be helpful. I suggest the following:

  1. Get the zooming working based on the extent of the selected features. Similar to points, buffer with a reasonable boundary around the features.
  2. Use the same concept as selected points, which is the additional temporary layer for selected features.
  3. Use yellow or red to show selected features. Maybe set the line width to be a bit wider so more noticeable? It will be difficult to draw the selected features with yellow and red like points.
  4. Make sure the clear selections logic is working.

Once we have something working mechanically, we can evaluate how to adjust for usability.

@smalers smalers added enhancement New feature or request high Priority: next release if possible S Size: day or less labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high Priority: next release if possible S Size: day or less
Projects
None yet
Development

No branches or pull requests

2 participants