| 149 | } |
| 150 | |
| 151 | void DeserializeFromJson(OsmIdToFeatureIdsMap const & mapping, std::string const & transitJsonsPath, TransitData & data) |
| 152 | { |
| 153 | data.DeserializeFromJson(transitJsonsPath, mapping); |
| 154 | } |
| 155 | |
| 156 | EdgeIdToFeatureId BuildTransit(std::string const & mwmDir, CountryId const & countryId, |
| 157 | std::string const & osmIdToFeatureIdsPath, std::string const & transitDir) |
no test coverage detected