forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
df29fc4f5a
commit
dce593a8c1
2 changed files with 2 additions and 3 deletions
|
@ -65,7 +65,7 @@ bool FilterWorld::IsPopularAttraction(feature::FeatureBuilder const & fb, std::s
|
|||
return false;
|
||||
|
||||
// todo(@t.yan): adjust
|
||||
uint8_t const kPopularityThreshold = 12;
|
||||
uint8_t const kPopularityThreshold = 13;
|
||||
// todo(@t.yan): maybe check place has wikipedia link.
|
||||
return it->second >= kPopularityThreshold;
|
||||
}
|
||||
|
|
|
@ -238,8 +238,7 @@ class WorldMapGenerator
|
|||
|
||||
bool NeedPushToWorld(feature::FeatureBuilder const & fb) const
|
||||
{
|
||||
// GetMinFeatureDrawScale also checks suitable size for AREA features
|
||||
return (scales::GetUpperWorldScale() >= fb.GetMinFeatureDrawScale());
|
||||
return generator::FilterWorld::IsGoodScale(fb);
|
||||
}
|
||||
|
||||
void PushSure(feature::FeatureBuilder const & fb)
|
||||
|
|
Loading…
Add table
Reference in a new issue