diff --git a/map/place_page_info.cpp b/map/place_page_info.cpp index 670c4331b7..5c4849984b 100644 --- a/map/place_page_info.cpp +++ b/map/place_page_info.cpp @@ -312,10 +312,7 @@ boost::optional Info::GetRawApproximatePricing() const bool Info::HasBanner() const { - if (!m_adsEngine) - return false; - - if (IsMyPosition()) + if (!m_adsEngine || IsMyPosition() || IsRoadType()) return false; return m_adsEngine->HasBanner(m_types, m_topmostCountryIds, languages::GetCurrentNorm());