| 44 | }; |
| 45 | |
| 46 | std::string GetSrtmContFileName(std::string const & dir, std::string const & base) |
| 47 | { |
| 48 | return base::JoinPath(dir, base + ".SRTMGL1.hgt.zip"); |
| 49 | } |
| 50 | } // namespace |
| 51 | |
| 52 | // SrtmTile ---------------------------------------------------------------------------------------- |