Add low precision intersection views back

This commit is contained in:
Michael Krasnyk
2017-12-06 18:44:44 +01:00
parent fb4170af25
commit 6e6f53cfb2
10 changed files with 40 additions and 14 deletions
@@ -482,7 +482,7 @@ IntersectionHandler::getNextIntersection(const NodeID at, const EdgeID via) cons
return boost::none;
}
auto intersection = intersection::getConnectedRoads(node_based_graph,
auto intersection = intersection::getConnectedRoads<false>(node_based_graph,
node_data_container,
node_coordinates,
compressed_geometries,