-
Notifications
You must be signed in to change notification settings - Fork 4
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
Highlight the next stop #5
Comments
I have added a check on the server that looks to see if each new trolley coordinate update is within about 75 to 100 foot of a trolley stop. If it is it advances the next stop sequence... and notifies clients of updated stop sequence. The client then highlights the next stop. This change is in the dev instance but we won't know if it works until we push it to production... which I'll do late tonight so I can set it back if there is a problem. |
I won't close until it has been tested. |
I think I have a way around the sequence problem. It seems to simple to be true, so please try and shoot holes through it. If I have three variables, next_stop and last_stop, and possibly a third p_missed_stop_count. |
System should change the 'next stop' when bus goes by current selected 'next stop'
The text was updated successfully, but these errors were encountered: