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

Function IsPedestrianDesignatedHighway

generator/osm2type.cpp:1074–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072}
1073
1074bool IsPedestrianDesignatedHighway(uint32_t type)
1075{
1076 // See search rank / designated list in IsWayChecker
1077 return ftypes::IsWayChecker::Instance().GetSearchRank(type) == ftypes::IsWayChecker::Pedestrian;
1078}
1079
1080void PostprocessElement(OsmElement * p, FeatureBuilderParams & params)
1081{

Callers 1

PostprocessElementFunction · 0.85

Calls 1

GetSearchRankMethod · 0.80

Tested by

no test coverage detected