forked from organicmaps/organicmaps
[search] Temprorary fixes to URLs.
This commit is contained in:
parent
b447478542
commit
ddd2e29a72
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ bool IsSpecialDirName(string const & dirName)
|
|||
}
|
||||
} // namespace
|
||||
|
||||
// TODO (@y, @m, @vng): DO NOT FORGET TO REMOVE THESE RE-DEFINES
|
||||
// BEFORE MERGE TO MASTER. THESE CHANGES ARE FOR TESTING PURPOSES
|
||||
// ONLY.
|
||||
#define METASERVER_URL ""
|
||||
#define DEFAULT_URLS_JSON "[\"http://new-search.mapswithme.com/\"]"
|
||||
|
||||
// static
|
||||
Platform::EError Platform::ErrnoToError()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue