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

Function CreateWay2FeatureMapper

generator/routing_helpers.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127};
128
129std::unique_ptr<OsmWay2FeaturePoint> CreateWay2FeatureMapper(std::string const & dataFilePath,
130 std::string const & osmIdsToFeatureIdsPath)
131{
132 return std::make_unique<OsmWay2FeaturePointImpl>(dataFilePath, osmIdsToFeatureIdsPath);
133}
134
135bool IsRoadWay(feature::FeatureBuilder const & fb)
136{

Callers 2

generator_tool.cppFile · 0.85
BuildRoutingMethod · 0.85

Calls

no outgoing calls

Tested by 1

BuildRoutingMethod · 0.68