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

Multiple-pattern journey segments are shown with same geometry when snapped to streets #28

Open
mattwigway opened this issue Mar 15, 2016 · 0 comments

Comments

@mattwigway
Copy link

It is now possible to have a journey that has multiple patterns, like so by specifying a patterns array in journey segments, like so:

patterns: [
  {
    from_stop_index: 10,
    to_stop_index: 23,
    pattern_id: 'red'
  },
  {
    from_stop_index: 14,
    to_stop_index: 28,
    pattern_id: 'green'
  }
]

However, when you zoom in far enough that the patterns snap to streets, transitive is simply choosing a street to snap to, for example here: http://www.carfreeatoz.com/planner?from=Fort%20Totten%2C%20Washington%2C%20DC&to=Gallery%20Place%20-%20Chinatown%2C%20Washington%2C%20DC&modes=BICYCLE%2CTRAINISH%2CWALK&start_time=8&end_time=9&days=M%E2%80%94F

image

Or, in indianapolis (the red line should be on Shelby Street, this is following the geometry of the 31):

image

We can improve this by making the bundling in browsochrones less aggressive.

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

1 participant