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

Function GetWaysGeometry

libs/editor/feature_matcher.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Polygon GetWaysGeometry(pugi::xml_document const & osmResponse, pugi::xml_node const & way)
131{
132 Polygon result;
133 AppendWay(osmResponse, way, result);
134
135 bg::correct(result);
136
137 return result;
138}
139
140Polygon GetRelationsGeometry(pugi::xml_document const & osmResponse, pugi::xml_node const & relation)
141{

Callers 1

Calls 1

AppendWayFunction · 0.85

Tested by

no test coverage detected