mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 05:44:34 +00:00
Merge commit '7312560f48' into traffic
# Conflicts: # iphone/Maps/UI/Settings/SettingsNavigationView.swift # libs/drape_frontend/rule_drawer.cpp # libs/traffic/traffic_info.cpp
This commit is contained in:
@@ -385,7 +385,7 @@ void TrafficManager::UpdateMyPosition(MyPosition const & myPosition)
|
||||
{
|
||||
// Side of square around |myPosition|. Every mwm which is covered by the square
|
||||
// will get traffic info.
|
||||
double const kSquareSideM = 5000.0;
|
||||
double constexpr kSquareSideM = 5000.0;
|
||||
m_currentPosition = {myPosition, true /* initialized */};
|
||||
|
||||
if (!m_currentPositionLazy.second
|
||||
|
||||
Reference in New Issue
Block a user