forked from organicmaps/organicmaps-tmp
Review fixes.
This commit is contained in:
parent
4f39c5d766
commit
8610b8f7a9
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ void RoutingSession::OnTrafficInfoAdded(TrafficInfo && info)
|
|||
ASSERT_EQUAL(kSpeedGroupThresholdPercentage[static_cast<size_t>(SpeedGroup::Unknown)], 100, ());
|
||||
|
||||
// The code below is memory optimization. Edges with traffic SpeedGroup::G5 and
|
||||
// SpeedGroup::Unknown are 95% of all edges but they are not used in routing now.
|
||||
// SpeedGroup::Unknown constitute a large part of all edges but they are not used in routing now.
|
||||
// So we don't need to keep the information in TrafficCache.
|
||||
TrafficInfo::Coloring const & fullColoring = info.GetColoring();
|
||||
TrafficInfo::Coloring coloring;
|
||||
|
|
Loading…
Add table
Reference in a new issue