Compute correct speed values in tile plugin
This commit is contained in:
committed by
Patrick Niklaus
parent
bf6b571455
commit
0a13390ab0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user