MCPcopy Create free account
hub / github.com/comaps/comaps / AddFeatureId

Function AddFeatureId

generator/routing_helpers.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

AddFeatureIdMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected