| 587 | } |
| 588 | |
| 589 | size_t FeatureBuilder::GetPointsCount() const |
| 590 | { |
| 591 | size_t counter = 0; |
| 592 | for (auto const & p : m_polygons) |
| 593 | counter += p.size(); |
| 594 | return counter; |
| 595 | } |
| 596 | |
| 597 | bool FeatureBuilder::IsDrawableInRange(int lowScale, int highScale) const |
| 598 | { |