From c142eb80213ac198394d39aa0f9f9d6e679cb9d0 Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 17 Aug 2014 19:26:06 +0300 Subject: [PATCH] Temporary fix. --- map/feature_styler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/map/feature_styler.cpp b/map/feature_styler.cpp index 401f81aaf6..2e82e382dc 100644 --- a/map/feature_styler.cpp +++ b/map/feature_styler.cpp @@ -73,6 +73,13 @@ namespace di m_secondaryText.clear(); } + /// @todo Temporary bug. Remove after maps update. + if (m_primaryText == "Ельничина") + { + m_primaryText.clear(); + m_secondaryText.clear(); + } + // Low zoom heuristics - don't show superlong names on World map. //if (zoom <= 5) //{