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

Do not center to geometry if feature is outside of screen bounds #3559

Open
tomasMizera opened this issue Aug 7, 2024 · 0 comments
Open
Assignees
Labels
map Related to map rendering ui/ux Related to user interface

Comments

@tomasMizera
Copy link
Collaborator

We currently try to center the extent to identified feature. This is not ux-friendly in multiple scenarios:

  • when the feature is a C-shaped line (we end up in the center, not showing the feature at all)
  • when the feature is "too big" compared to your current scale - your extent changes a lot

The idea is to not move the extent at all (if the geometry is too big) and just highlight the part of the geometry that is currently visible on the screen.

identify_feature.mp4
@tomasMizera tomasMizera added ui/ux Related to user interface idea new feature idea, up for discussion map Related to map rendering labels Aug 7, 2024
@tomasMizera tomasMizera changed the title Do not center to geometry if feature is outside of screen bouds Do not center to geometry if feature is outside of screen bounds Aug 7, 2024
@tomasMizera tomasMizera removed the idea new feature idea, up for discussion label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
map Related to map rendering ui/ux Related to user interface
Projects
None yet
Development

No branches or pull requests

2 participants