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 f shortcut smarter #10155

Open
verhovsky opened this issue Mar 11, 2024 · 1 comment
Open

make f shortcut smarter #10155

verhovsky opened this issue Mar 11, 2024 · 1 comment

Comments

@verhovsky
Copy link

verhovsky commented Mar 11, 2024

It is obvious which way I want to continue my white line

Screenshot 2024-03-11 at 13 46 44

Instead of requiring two points all the time and throwing a "This feature can't follow another feature because it isn't connected to enough consecutive points along another feature. Add another point manually to continue." error otherwise, when there's just one line I want to follow, F should calculate the angles of the intersecting points and pick the largest of the two. Statistically speaking, I'm sure that acute angles are probably less than 1% of all line angles in OSM. Making a mistake will 1% of the time will be more useful than just refusing to do anything at all. As long as it's predictable, people will quickly learn that it takes the largest angle and add the second point when it's actually needed.

Secondly, it's annoying when I've pressed F 10+ times on one line, then I get to a point where there's an offshoot of the line and it doesn't know where I want to go. I want to continue following the line that I've followed on the last press.

@1ec5
Copy link
Collaborator

1ec5 commented Mar 12, 2024

Secondly, it's annoying when I've pressed F 10+ times on one line, then I get to a point where there's an offshoot of the line and it doesn't know where I want to go. I want to continue following the line that I've followed on the last press.

#8750 would probably address this case, since the way you intended to follow is probably still selected for the purpose of vertex navigation.

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