Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 410803c7f7..5d81b5f256 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -1623,6 +1623,8 @@ void Framework::UpdateDrapeEngine(int width, int height)
InvalidateUserMarks();
UpdatePlacePageInfoForCurrentSelection();
+
+ //TODO: update traffic data
}
}