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

Choosing which way to continue is difficult #1721

Closed
bborkmiller opened this issue Aug 22, 2013 · 3 comments
Closed

Choosing which way to continue is difficult #1721

bborkmiller opened this issue Aug 22, 2013 · 3 comments

Comments

@bborkmiller
Copy link

If two ways both terminate at the same node and I want to continue one of them, I can't tell how to pick which way gets continued. iD seems to choose for me, and it doesn't always choose the correct one. If I'm missing something obvious, please enlighten me.

@jfirebaugh
Copy link
Member

Yeah, it just chooses arbitrarily right now. I'm going to change so that the line draw tool always starts a new way, and the way you continue an existing line is by a "Continue" menu item when clicking on a vertex (#560). Disambiguation can be done either by drawing a new line, then merging it with the desired existing line, or multi-selecting both a vertex and a line to continue and using the "Continue" action.

@bborkmiller
Copy link
Author

Cool, thanks for the response. FWIW, I would prefer something like the second solution. Going back to the old line to select it and merge with the new one can be cumbersome if you're tracing a very long way. Perhaps if you have a line already selected when you choose the line tool, it goes into a "continue way" mode beginning from the currently-selected way?

@jfirebaugh
Copy link
Member

This has been implemented; you'll be able to check out how it works on http://openstreetmap.us/iD/master/ shortly.

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