| 551 | } |
| 552 | |
| 553 | void Generator::PackIsolinesForCountry(storage::CountryId const & countryId, IsolinesPackingParams const & params) |
| 554 | { |
| 555 | PackIsolinesForCountry(countryId, params, nullptr /*needSkipTileFn*/); |
| 556 | } |
| 557 | |
| 558 | void Generator::PackIsolinesForCountry(storage::CountryId const & countryId, IsolinesPackingParams const & params, |
| 559 | NeedSkipTileFn const & needSkipTileFn) |
no test coverage detected