forked from organicmaps/organicmaps
Route estimated time was increased.
This commit is contained in:
parent
ae9987e3ce
commit
4467a764d5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace routing
|
|||
|
||||
size_t const MAX_NODE_CANDIDATES = 10;
|
||||
double const FEATURE_BY_POINT_RADIUS_M = 1000.0;
|
||||
double const TIME_OVERHEAD = 1.2;
|
||||
double const TIME_OVERHEAD = 1.4;
|
||||
double const FEATURES_NEAR_TURN_M = 3.0;
|
||||
|
||||
namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue