forked from organicmaps/organicmaps
Time overhead factor changed to 1
This commit is contained in:
parent
46b38a62f5
commit
76e6caafbd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace routing
|
|||
|
||||
size_t const MAX_NODE_CANDIDATES = 10;
|
||||
double const FEATURE_BY_POINT_RADIUS_M = 1000.0;
|
||||
double const TIME_OVERHEAD = 1.4;
|
||||
double const TIME_OVERHEAD = 1.;
|
||||
double const FEATURES_NEAR_TURN_M = 3.0;
|
||||
|
||||
// TODO (ldragunov) Switch all RawRouteData and incapsulate to own omim types.
|
||||
|
|
Loading…
Add table
Reference in a new issue