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:
Viktor Govako 2016-04-04 14:46:10 +03:00
commit 4db3f6b2ce

View file

@ -438,7 +438,7 @@ void Storage::RestoreDownloadQueue()
strings::SimpleTokenizer iter(queue, ";");
while (iter)
{
DownloadCountry(*iter, MapOptions::MapWithCarRouting);
DownloadNode(*iter);
++iter;
}
}