forked from organicmaps/organicmaps
[generator] Create osm2ft files for the whole planet also
This commit is contained in:
parent
d6e4421cec
commit
010ff0c31b
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ namespace feature
|
|||
|
||||
m_writer.Finish();
|
||||
|
||||
if (m_header.GetType() == DataHeader::country)
|
||||
if (m_header.GetType() == DataHeader::country ||
|
||||
m_header.GetType() == DataHeader::world)
|
||||
{
|
||||
FileWriter osm2ftWriter(m_writer.GetFileName() + OSM2FEATURE_FILE_EXTENSION);
|
||||
m_osm2ft.Flush(osm2ftWriter);
|
||||
|
|
Loading…
Add table
Reference in a new issue