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

Method CollectFeature

generator/collector_mini_roundabout.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void MiniRoundaboutCollector::CollectFeature(FeatureBuilder const & feature, OsmElement const & element)
43{
44 if (MiniRoundaboutInfo::IsProcessRoad(feature))
45 m_roads.AddWay(element);
46}
47
48void MiniRoundaboutCollector::Save()
49{

Callers

nothing calls this directly

Calls 1

AddWayMethod · 0.45

Tested by

no test coverage detected