-
Notifications
You must be signed in to change notification settings - Fork 6
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
Added turns support #5
base: master
Are you sure you want to change the base?
Conversation
This is not actually correct, but it makes for a better subway map without losing too much detail.
…g a list of stations and which destinations they connect to. This format is more convenient for automatic pathfinding.
…ps, counting the start and end points. Results are given in a list sorted by the number of stops. Modify generate-nodes.py to support a hacky javascript file output mode as well, required by route.html right now.
To be honest, im new to the whole collaborative aspect of git as well. I got some help from #Git on FreeNode and they instructed me to rebase my master branch with your master branch which is what I did with this commit. It SHOULD just merge onto your head without any trouble. Though If you want I can create a new branch straight off of your master and apply my changes to it and then resubmit the pull request. let me know |
Another strategy would be to delete the files related to the route finding tool after getting bnason's changes. I'm also new to Git/Github. Thanks for putting up with what I dumped on you. It has been good for learning the tools, at least. |
No description provided.