Do not show arrows for pedestrian routing until a good design solution

This commit is contained in:
Constantin Shalnev 2015-07-22 13:01:12 +03:00 committed by Alex Zolotarev
parent e0a3b78025
commit 3e7b9a92d8

View file

@ -76,7 +76,10 @@ void PedestrianTurnsGenerator::Generate(IRoadGraph const & graph, vector<m2::Poi
// direction "arrival"
turnsDir.emplace_back(path.size() - 1, turns::PedestrianDirection::ReachedYourDestination);
// Do not show arrows for pedestrian routing until a good design solution
/*
CalculateTurnGeometry(path, turnsDir, turnsGeom);
*/
}
bool PedestrianTurnsGenerator::ReconstructPath(IRoadGraph const & graph, vector<m2::PointD> const & path,