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

Function FeatureIdToXML

tools/openlr/decoded_path.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void FeatureIdToXML(FeatureID const & fid, pugi::xml_node & node)
58{
59 node.append_child("CountryName").text() = fid.m_mwmId.GetInfo()->GetCountryName().data();
60 node.append_child("Index").text() = fid.m_index;
61}
62} // namespace
63
64namespace openlr

Callers 1

PathToXMLFunction · 0.85

Calls 3

dataMethod · 0.45
GetCountryNameMethod · 0.45
GetInfoMethod · 0.45

Tested by

no test coverage detected