forked from organicmaps/organicmaps-tmp
[core] Do not analyze Promos for PP information.
This commit is contained in:
parent
1954dd8a7e
commit
0aa9a8a3f9
1 changed files with 2 additions and 0 deletions
|
@ -888,6 +888,7 @@ void Framework::FillInfoFromFeatureType(FeatureType & ft, place_page::Info & inf
|
|||
|
||||
info.SetFromFeatureType(ft);
|
||||
|
||||
/* Ban all promos now. Actually, they are already banned on generation phase but anyway.
|
||||
if (ftypes::IsBookingChecker::Instance()(ft))
|
||||
{
|
||||
ASSERT(m_bookingApi, ());
|
||||
|
@ -978,6 +979,7 @@ void Framework::FillInfoFromFeatureType(FeatureType & ft, place_page::Info & inf
|
|||
: place_page::OpeningMode::PreviewPlus);
|
||||
info.SetSponsoredType(SponsoredType::PromoCatalogOutdoor);
|
||||
}
|
||||
*/
|
||||
|
||||
FillLocalExperts(ft, info);
|
||||
FillDescription(ft, info);
|
||||
|
|
Loading…
Add table
Reference in a new issue