forked from organicmaps/organicmaps
Do not show arrows for pedestrian routing until a good design solution
This commit is contained in:
parent
e0a3b78025
commit
3e7b9a92d8
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue