fix duration of direct connection
This commit is contained in:
committed by
Patrick Niklaus
parent
ef1fb08723
commit
89d56e1cd1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user