TheTransitClock / transitime

TheTransitClock real-time transit information system
GNU General Public License v3.0
78 stars 30 forks source link

Fixes Bad request. #134

Closed vsperez closed 5 years ago

vsperez commented 5 years ago

Cause: DirectionId not defined in GTFS file. This affects also synopticView. Solution: Test first if directionId is null or undefined. In javascript, the directionId is set to "0". In IpcRoute.java test if directionId==null and currentDirectionId==null.