-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement logic to handle express train #5
Comments
I took a stab at this in commits 46c5f92 and 6ccec24. I'm not sure what I think about the result; the trains stay along the routes, whch is great, but for some reason they look choppier than they did before. Maybe, like @Persnickety said in issue #2, we should use jQuery animate on the |
guys, did we ever heard back from septa on anything? for this app or for septa choice award? |
We were waiting to piggy back on the Tech Philly write up. DVRPC also On Wed, Aug 15, 2012 at 8:59 PM, patelpriyank [email protected]:
|
They sent us the videos but the quality isn't very good, I'm getting the We sent out emails to all the presenters at the start of the week to We're compiling data here as we receive it: On Wed, Aug 15, 2012 at 9:07 PM, Michael Zaleski
Chris Alfano (e) [email protected] (m) 267-918-6166 |
Thanks for the updates Mike. I have this vimeo link to our app but it is not presentation video and so Priyank On Wed, Aug 15, 2012 at 9:31 PM, Mike Zaleski [email protected]:
|
Express train trips skip few stations but they still run on the same track through the same list of stations. Currently, our linear equation connects current station to its next station as straight line. This draws straight line between two express train trip stations missing intermediate stations, which in case, makes train look running out of train tracks. we just need to account for all intermediate stations for express train too.
improvements IMO
The text was updated successfully, but these errors were encountered: