forked from organicmaps/organicmaps-tmp
[generator] Do not generate address section for World.
This commit is contained in:
parent
410e0f8b52
commit
1c175aafd9
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ bool BuildSearchIndexFromDataFile(string const & filename, bool forceRebuild)
|
|||
BuildSearchIndex(readContainer, writer);
|
||||
LOG(LINFO, ("Search index size =", writer.Size()));
|
||||
}
|
||||
if (filename != WORLD_FILE_NAME && filename != WORLD_COASTS_FILE_NAME)
|
||||
{
|
||||
FileWriter writer(addrFilePath);
|
||||
BuildAddressTable(readContainer, writer);
|
||||
|
|
Loading…
Add table
Reference in a new issue