fix display correct general information in track context menu after import gpx file
This commit is contained in:
parent
8c9004132e
commit
b5ccc8bed8
1 changed files with 1 additions and 0 deletions
|
@ -2480,6 +2480,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