Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5ae9c9c8c | |||
| 764bafaf95 |
@@ -1,3 +1,7 @@
|
|||||||
|
# 5.0.2
|
||||||
|
- Fixes:
|
||||||
|
- Issue #2335, map matching was using shortest path with uturns disabled
|
||||||
|
|
||||||
# 5.0.1
|
# 5.0.1
|
||||||
- Fixes:
|
- Fixes:
|
||||||
- Issue #2309: Fixes local path looping, same coordinates crash
|
- Issue #2309: Fixes local path looping, same coordinates crash
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ Status MatchPlugin::HandleRequest(const api::MatchParameters ¶meters,
|
|||||||
}
|
}
|
||||||
// force uturns to be on, since we split the phantom nodes anyway and only have bi-directional
|
// force uturns to be on, since we split the phantom nodes anyway and only have bi-directional
|
||||||
// phantom nodes for possible uturns
|
// phantom nodes for possible uturns
|
||||||
shortest_path(sub_routes[index].segment_end_coordinates, {true}, sub_routes[index]);
|
shortest_path(sub_routes[index].segment_end_coordinates, {false}, sub_routes[index]);
|
||||||
BOOST_ASSERT(sub_routes[index].shortest_path_length != INVALID_EDGE_WEIGHT);
|
BOOST_ASSERT(sub_routes[index].shortest_path_length != INVALID_EDGE_WEIGHT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user