Compute correct speed values in tile plugin

This commit is contained in:
Michael Krasnyk
2017-03-09 09:05:09 +01:00
committed by Patrick Niklaus
parent bf6b571455
commit 0a13390ab0
5 changed files with 72 additions and 20 deletions
@@ -22,7 +22,8 @@ struct TurnData final
const util::Coordinate coordinate;
const int in_angle;
const int turn_angle;
const int weight;
const EdgeWeight weight;
const EdgeWeight duration;
};
using RTreeLeaf = datafacade::BaseDataFacade::RTreeLeaf;