forked from organicmaps/organicmaps-tmp
[new downloader] Checking availability of country id in country tree before adding it from the queue.
This commit is contained in:
parent
6fcb1e5510
commit
c08b1b3660
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ void Storage::RestoreDownloadQueue()
|
|||
strings::SimpleTokenizer iter(queue, ";");
|
||||
while (iter)
|
||||
{
|
||||
DownloadCountry(*iter, MapOptions::MapWithCarRouting);
|
||||
DownloadNode(*iter);
|
||||
++iter;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue