forked from organicmaps/organicmaps-tmp
[geocoder] Delete unnecessary index of building
This commit is contained in:
parent
c1582291ea
commit
c1dd89d3a3
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ void Index::AddEntries()
|
|||
if (doc.m_type == Type::Count)
|
||||
continue;
|
||||
|
||||
if (doc.m_type == Type::Building)
|
||||
continue;
|
||||
|
||||
if (doc.m_type == Type::Street)
|
||||
{
|
||||
AddStreet(docId, doc);
|
||||
|
|
Loading…
Add table
Reference in a new issue