Skip to content

Commit

Permalink
Added train types to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey committed Dec 15, 2014
1 parent a371e18 commit 90b1550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ exports.route = function(directions, locale, callback) {
: undefined,

'connections' : route.Connections,
'types' : route.CommercialTypes,

'travelTime' : route.TravelTime,

'transports' : _.map(route.Transports, function(transport) {
Expand Down

0 comments on commit 90b1550

Please sign in to comment.