-
Notifications
You must be signed in to change notification settings - Fork 151
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
Could there any chance for implementing shortest path from one stop to another? #36
Comments
Interesting idea - I'll look into it. |
Or try map all the stop as an n*n route...... |
This could be a very useful and cool feature. Is there any update? :) |
Does anyone know of any existing JS routing libraries? |
This suggestion is a little bit obscure: |
What about the google maps directions api? Give it an origin, destination and restrict to transit. |
@nlambert That is one way to do it if the GTFS you are interested in is used by google. |
Here's a library that does routing (of road networks) completely in JS. Maybe you can draw some inspiration from it? |
Try to start a worker thread for 4R ?
https://github.com/bliksemlabs/rrrr
The text was updated successfully, but these errors were encountered: