Add 'arrive' step to route descriptions.

This commit is contained in:
Daniel Patterson
2016-03-31 14:32:00 -07:00
parent 1f18dc300f
commit 9859808d03
2 changed files with 86 additions and 85 deletions
+1
View File
@@ -44,6 +44,7 @@ module.exports = function () {
else if (err.code === 'ECONNREFUSED')
return callback(this.RoutedError('*** osrm-routed is not running'));
}
//console.log(body+"\n");
return callback(err, res, body);
}));
};