| 201 | } |
| 202 | |
| 203 | void GeneratePackedBorders(std::string const & baseDir) |
| 204 | { |
| 205 | PackedBordersGenerator generator(baseDir); |
| 206 | ForEachCountry(baseDir, generator); |
| 207 | generator.WritePolygonsInfo(); |
| 208 | } |
| 209 | |
| 210 | void DumpBorderToPolyFile(std::string const & targetDir, storage::CountryId const & mwmName, |
| 211 | PolygonsList const & polygons) |
no test coverage detected