diff --git a/map/mwm_url.cpp b/map/mwm_url.cpp index 5156e35842..9b71960adf 100644 --- a/map/mwm_url.cpp +++ b/map/mwm_url.cpp @@ -70,6 +70,7 @@ bool ParsedMapApi::Parse(Uri const & uri) ApiMarkPoint * mark = static_cast(m_controller->CreateUserMark(glPoint)); mark->SetName(p.m_name); mark->SetID(p.m_id); + mark->SetStyle(style::GetSupportedStyle(p.m_style, p.m_name)); } return true; @@ -134,6 +135,13 @@ void ParsedMapApi::AddKeyValue(string key, string const & value, vector