forked from organicmaps/organicmaps
[search] Index airport codes for search.
This commit is contained in:
parent
619074e79d
commit
d44c80bcf5
1 changed files with 7 additions and 0 deletions
|
@ -290,6 +290,13 @@ public:
|
|||
if (types.Empty())
|
||||
return;
|
||||
|
||||
if (ftypes::IsAirportChecker::Instance()(types))
|
||||
{
|
||||
string const iata = f.GetMetadata().Get(feature::Metadata::FMD_AIRPORT_IATA);
|
||||
if (!iata.empty())
|
||||
inserter(StringUtf8Multilang::kDefaultCode, iata);
|
||||
}
|
||||
|
||||
Classificator const & c = classif();
|
||||
|
||||
vector<uint32_t> categoryTypes;
|
||||
|
|
Loading…
Add table
Reference in a new issue