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
- adjust express train trips data in backend or UI and add intermediate stations.
- animate train's stopover time at each station with little bit of stop over time. this makes it look like train really stopped at station, waited for passengers to get on and out and then left.
- this way, if it's express train, it will pass through station without stop over while local trains do wait for some seconds.
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