| 258 | } // namespace |
| 259 | |
| 260 | bool IsDrawableForIndex(FeatureType & ft, int level) |
| 261 | { |
| 262 | return IsDrawableForIndexGeometryOnly(ft, level) && IsDrawableForIndexClassifOnly(TypesHolder(ft), level); |
| 263 | } |
| 264 | |
| 265 | bool IsDrawableForIndex(TypesHolder const & types, m2::RectD const & limitRect, int level) |
| 266 | { |