added export for corrected via points

This commit is contained in:
afischerdev 2025-04-05 18:08:46 +02:00
parent e3361cc113
commit 2682981da9
6 changed files with 24 additions and 0 deletions

View file

@ -161,6 +161,7 @@ public class BRouterWorker {
track = cr.getFoundTrack();
if (track != null) {
track.exportWaypoints = rc.exportWaypoints;
track.exportCorrectedWaypoints = rc.exportCorrectedWaypoints;
if (pathToFileResult == null) {
switch (writeFromat) {
case OUTPUT_FORMAT_KML: