forked from organicmaps/organicmaps
[platform] change URLs to standard ones
This commit is contained in:
parent
d6f688b2b6
commit
546a527f9e
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ string Platform::MetaServerUrl() const
|
|||
string Platform::DefaultUrlsJSON() const
|
||||
{
|
||||
if (m_isPro)
|
||||
return "[\"http://1st.default.server/\",\"http://2nd.default.server/\",\"http://3rd.default.server/\"]";
|
||||
return "[\"http://v2s-1.mapswithme.com/\",\"http://v2s-2.mapswithme.com/\",\"http://v2s-3.mapswithme.com/\"]";
|
||||
else
|
||||
return "[\"http://1st.default.server/\",\"http://2nd.default.server/\",\"http://3rd.default.server/\"]";
|
||||
return "[\"http://v2-1.mapswithme.com/\",\"http://v2-2.mapswithme.com/\",\"http://v2-3.mapswithme.com/\"]";
|
||||
}
|
||||
|
||||
void Platform::GetFontNames(FilesList & res) const
|
||||
|
|
Loading…
Add table
Reference in a new issue