mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[routing] Add possibility to save routes as tracks
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
This commit is contained in:
committed by
Konstantin Pastbin
parent
9e8accc8f5
commit
45bba5fb5e
@@ -4,7 +4,7 @@ namespace qt
|
||||
{
|
||||
void RoutingTurnsVisualizer::Visualize(RoutingManager & routingManager, df::DrapeApi & drape)
|
||||
{
|
||||
auto const & polyline = routingManager.GetRoutePolylineForTests().GetPolyline();
|
||||
auto const & polyline = routingManager.GetRoutePolyline().GetPolyline();
|
||||
auto const & turns = routingManager.GetTurnsOnRouteForTests();
|
||||
|
||||
for (auto const & turn : turns)
|
||||
|
||||
Reference in New Issue
Block a user