TransportVic / TransportVic2

Updating TansportVic to use GTFS data in combination with PTV realtime data
19 stars 5 forks source link

Implement route view #2

Open TransportVic opened 4 years ago

TransportVic commented 4 years ago

Todo:

eyeballcode commented 4 years ago

In 8bdae38: Bus routes with numbers now show up in search. Additional work needed for bus routes without numbers

eyeballcode commented 4 years ago

In 10a2dec: Regional bus routes now show up in search too. Matched using /bus/route/regional/:lga/:routeNumber/:direction.

Need a design for routes without a number Also needs to parse the PTV route name on loop services to know where it loops at

TransportVic commented 4 years ago

Similar logic applied to tram, vline and metro trains show their line code (eg PKM, GWY) in the little coloured box trams have their line colour in

TransportVic commented 4 years ago

Trams & Trains now show up in search. Regional coach still needs some extra work