migrated out of edge based graph factory
This commit is contained in:
committed by
Patrick Niklaus
parent
6605f293b4
commit
daf2bbf991
@@ -86,7 +86,6 @@ class RouteAPI : public BaseAPI
|
||||
leg_geometries.reserve(number_of_legs);
|
||||
|
||||
unpacked_path_segments = guidance::postProcess(std::move(unpacked_path_segments));
|
||||
BOOST_ASSERT(locations.size() == number_of_legs + 1);
|
||||
for (auto idx : util::irange(0UL, number_of_legs))
|
||||
{
|
||||
const auto &phantoms = segment_end_coordinates[idx];
|
||||
|
||||
Reference in New Issue
Block a user