forked from organicmaps/organicmaps
[search] Increase queue capacity and street's merging delta.
This commit is contained in:
parent
d3e6aa0b15
commit
8d60d58c71
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ void GetStreetName(strings::SimpleTokenizer iter, string & streetName)
|
|||
}
|
||||
}
|
||||
|
||||
double const STREET_CONNECTION_LENGTH_M = 25.0;
|
||||
double const STREET_CONNECTION_LENGTH_M = 100.0;
|
||||
|
||||
void House::InitHouseNumberAndSuffix()
|
||||
{
|
||||
|
|
|
@ -85,7 +85,7 @@ Engine::Engine(IndexType const * pIndex, Reader * pCategoriesR,
|
|||
&m_pData->m_categories,
|
||||
&m_pData->m_stringsToSuggest,
|
||||
&m_pData->m_infoGetter,
|
||||
50)); // Temporary for houses test
|
||||
100)); /// @todo temporary solution for house search, we should increase size, because for one street we can have a lot of features.
|
||||
m_pQuery->SetPreferredLanguage(lang);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue