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

When clicking on multi-line segment, show info for all lines #15

Closed
chosak opened this issue Nov 22, 2011 · 1 comment
Closed

When clicking on multi-line segment, show info for all lines #15

chosak opened this issue Nov 22, 2011 · 1 comment

Comments

@chosak
Copy link
Contributor

chosak commented Nov 22, 2011

A user clicking on an area where lines coincide should then see info for all of the lines that share that segment.

Even if lines are visually moved side by side, there may be 1 click handler or they may be too close togheter to effectively target (especially on touch screens), so we should not assume the user can click on an individual line in this scenario.

@chosak
Copy link
Contributor Author

chosak commented Jan 24, 2012

The described behavior actually works properly - if there are multiple lines that share a segment, clicking on that segment will bring up information about all of the lines. So closing this issue.

A separate but related problem is that lines that often share "the same" route, ie buses that travel down the same segment of road, are often drawn with slightly differing paths. This is because the GTFS datasets that describe their shapes might be slightly different - this is true even between different routes in the same dataset. In this case, it would be better if these lines were merged together into one. Opening new issue #62 for this.

@chosak chosak closed this as completed Jan 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant