forked from organicmaps/organicmaps
[roting] Cross mwm routing accuracy enchancement
This commit is contained in:
parent
b0ab30f534
commit
ccd4774e5d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace
|
|||
{
|
||||
inline bool IsValidEdgeWeight(EdgeWeight const & w) { return w != INVALID_EDGE_WEIGHT; }
|
||||
|
||||
double constexpr kMwmCrossingNodeEqualityRadiusMeters = 1000.0;
|
||||
double constexpr kMwmCrossingNodeEqualityRadiusMeters = 5.0;
|
||||
}
|
||||
|
||||
namespace routing
|
||||
|
|
Loading…
Add table
Reference in a new issue