Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Wrap: Trip with Fixed Start and End points (TFSE) #294

Closed daniel-j-h closed 7 years ago

daniel-j-h commented 7 years ago

TFSE needs to be implemented in the node-osrm plugin. Re-using the existing Trip function should be possible.

Upstream

API

Tasks:

daniel-j-h commented 7 years ago

This was done in https://github.com/Project-OSRM/node-osrm/pull/296.