aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tom_tom/matrix/point.rb
diff options
context:
space:
mode:
authorTeddy Wing2018-03-26 11:49:40 +0200
committerTeddy Wing2018-03-27 16:46:18 +0200
commitddfc41f75cb52f02511e2acd6429270bc9c0ab19 (patch)
tree0f0d35ee3c258eb42e8a8526efe4ea42e184bf4c /lib/tom_tom/matrix/point.rb
parent0a45ba811eefebb97bdc75f5e70da2be13186c28 (diff)
downloadchouette-core-ddfc41f75cb52f02511e2acd6429270bc9c0ab19.tar.bz2
TomTom::Matrix#extract_costs_to_way_costs!: Try to include stop IDs
Change this code to get stop IDs based on the change in be3e1effcdea87909a181c7e9b12cf6867b1839d. It should use these IDs to construct new `WayCost`s with the combination of stop IDs from departure and arrival stops. This doesn't work currently because the method has code that tries to index the `points` collection, but it's a `Set`, and sets don't support indexing and aren't ordered, so this code errors. Need to change the `Set` to something else that will work here. Refs #6222
Diffstat (limited to 'lib/tom_tom/matrix/point.rb')
0 files changed, 0 insertions, 0 deletions