| 26 | } |
| 27 | |
| 28 | void AddFeatureId(base::GeoObjectId osmId, uint32_t featureId, OsmIdToFeatureIds & osmIdToFeatureIds) |
| 29 | { |
| 30 | osmIdToFeatureIds[osmId].push_back(featureId); |
| 31 | } |
| 32 | |
| 33 | void ParseWaysOsmIdToFeatureIdMapping(std::string const & osmIdsToFeatureIdPath, OsmIdToFeatureIds & osmIdToFeatureIds) |
| 34 | { |
no test coverage detected