added export for corrected via points
This commit is contained in:
parent
e3361cc113
commit
2682981da9
6 changed files with 24 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue