Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCoordinates
Function
GetCoordinates
tools/openlr/openlr_model_xml.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
pugi::xml_node GetCoordinates(pugi::xml_node const & node)
59
{
60
return node.select_node(
".//coordinates"
).node();
61
}
62
63
bool IsLocationReferenceTag(pugi::xml_node const & node)
64
{
Callers
1
SegmentFromXML
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected