fix duration of direct connection

This commit is contained in:
Moritz Kobitzsch
2016-04-01 18:15:11 +02:00
committed by Patrick Niklaus
parent ef1fb08723
commit 89d56e1cd1
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class RouteAPI : public BaseAPI
auto leg_geometry = guidance::assembleGeometry(
BaseAPI::facade, path_data, phantoms.source_phantom, phantoms.target_phantom);
auto leg = guidance::assembleLeg(BaseAPI::facade, path_data, leg_geometry,
phantoms.target_phantom, reversed_target);
phantoms.source_phantom, phantoms.target_phantom, reversed_target);
if (parameters.steps)
{