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

Why must "pan" and "select" mode conflict? #87

Closed
jidanni opened this issue Apr 19, 2020 · 3 comments
Closed

Why must "pan" and "select" mode conflict? #87

jidanni opened this issue Apr 19, 2020 · 3 comments

Comments

@jidanni
Copy link
Contributor

jidanni commented Apr 19, 2020

Why must "pan" and "select" mode conflict? Why cannot one do both
without needing to switch from one mode to the other? Isn't that how all
other mapping systems operate?

One doesn't need to switch to "zoom" mode (must be from back when mouses
didn't have wheels), and still be able to zoom (with the wheel) despite
being in "pan" or "select" modes.

That is a good first step. Now all that needs to be done is allow people
to select when in pan mode, and pan when in select mode.

Sure, keep the older functionality for people who only have some broken
mouse or something, but for the rest of us, please make sure the
interface acts like Google Maps or OSM.ORG or iD editor etc.

Sure with a giant screen one rarely needs to pan, so doesn't notice the
problem.

@rnorris
Copy link
Collaborator

rnorris commented Apr 25, 2020

It was done this way for both ease of implementation as well as to keep these modes relatively separate.

ATM you can make the select mode pan via holding down the Alt Left on Windows and possibly Alt Right (if this key is in the 'Mod 5' group) on Linux injunction with the mouse.

Also see https://sourceforge.net/p/viking/feature-requests/124/
Seems I forgot to put this in the manual.

One notion behind using a key modifier instead of making this the default behaviour is that it avoids performing a lookup to see if any trackpoint/waypoint is at that position (which might possibly be quite slow - but doesn't seem to be in practise).

So it will be possible to make the select mode pan and possibly make this the default mode.

I'm inclined to keep the pan mode as is, otherwise there perhaps is no point in keeping it.

@jidanni
Copy link
Contributor Author

jidanni commented Apr 26, 2020

Well all I know is something is sounding like the (hated)
https://stackoverflow.com/questions/45729047/disable-the-ctrl-scroll-to-zoom-google-maps .

rnorris added a commit that referenced this issue Jun 26, 2020
Enable panning with left click in Select mode when no item is found.
Make Select mode the default tool, since it is the most capable and intuitive mode.
@rnorris
Copy link
Collaborator

rnorris commented Jun 26, 2020

Select mode is now all powerful and the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants