Merge pull request #10853 from osmandapp/fix_general_track_after_import
Fix display information after importing gpx file
This commit is contained in:
commit
0ababa179c
1 changed files with 1 additions and 0 deletions
|
@ -2481,6 +2481,7 @@ public class GPXUtilities {
|
|||
firstSegment.routeSegments = routeSegments;
|
||||
firstSegment.routeTypes = routeTypes;
|
||||
}
|
||||
gpxFile.addGeneralTrack();
|
||||
} catch (Exception e) {
|
||||
gpxFile.error = e;
|
||||
log.error("Error reading gpx", e); //$NON-NLS-1$
|
||||
|
|
Loading…
Reference in a new issue