-
Notifications
You must be signed in to change notification settings - Fork 30
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
Tc issue 98 #101
Tc issue 98 #101
Conversation
- Add length and directionId fields to shape - Add pathLength to stop - Add synoptic jsp,js and css
Hi, I add the synoptic view. During the implementation, I realized about one thing I did not see, so I have a question. What happens with the stop distance over the shape when there is more than one trip pattern?. I have seen something like minor property. The vehicle information is easy, you can get the projection over the route according to the shape associated, but on the stops I did not see that. It is still pending to deal with canceled trips. There is an small issue regarding the stop paths distances, the sum of all are greater than the shape length. |
- Change of icons. - Corrections in ccs and popup arrows placement
Hi Sean, I was thinking to add headway information to the vehicle tooltip or lable. How can I get that information?. What do you think is better: to read it periodically or by demand? Best regards |
into tc_issue_98 # Conflicts: # transitclock/pom.xml - Add headway information to synoptic view - Add color of bus according to schAdh - Needed to be tested in two directions route - Merge develop and tc_issue_74
@vsperez Am I correct to presume there are no breaking changes in this pull request. By that I mean, there are no changes that will break the predictions. It only effects reporting. |
Hi Sean, As far as I can tell, there are no changes that might affect prediction or other parts of the core processing. All changes are in ipc objects, api objects and Web interface. If you find a change in the core (except for the if obj ==null in the headway generator), please let me know. |
Adds synoptic view over GTFSFileProcess and trip canceling