forked from organicmaps/organicmaps-tmp
Merge pull request #2713 from bykoianko/master-check-in-CountryLeafByCountryId
[new downloader] Checking availability of country id in country tree before adding it from the queue.
This commit is contained in:
commit
4db3f6b2ce
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