Closed daniel-j-h closed 7 years ago
TFSE needs to be implemented in the node-osrm plugin. Re-using the existing Trip function should be possible.
node-osrm
Trip
Upstream
API
first
last
Tasks:
node_osrm.cpp
node_osrm_support.hpp
TripParameters
docs/api.md
trip.js
This was done in https://github.com/Project-OSRM/node-osrm/pull/296.
TFSE needs to be implemented in the
node-osrm
plugin. Re-using the existingTrip
function should be possible.Upstream
API
first
implies source = coordinates[0]last
implies destination = coordinates[coordinates.size() - 1]Tasks:
node_osrm.cpp
adapt commentsnode_osrm_support.hpp
parse intoTripParameters
docs/api.md
adapt, add exampletrip.js
tests