fix invalid turn angle in forks

This commit is contained in:
Moritz Kobitzsch
2017-05-23 11:59:08 +02:00
parent d262c4dfaa
commit 9bd2b0deaa
5 changed files with 26 additions and 5 deletions
@@ -145,6 +145,7 @@ IntersectionGenerator::ComputeIntersectionShape(const NodeID node_at_center_of_i
intersection.end(),
makeCompareShapeDataAngleToBearing(base_bearing));
}
return intersection;
}