Show start finish track icons by default
This commit is contained in:
parent
af17e524d2
commit
7c7cadb9e8
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class GPXDatabase {
|
|||
private boolean showAsMarkers;
|
||||
private boolean joinSegments;
|
||||
private boolean showArrows;
|
||||
private boolean showStartFinish;
|
||||
private boolean showStartFinish = true;
|
||||
|
||||
public GpxDataItem(File file, GPXTrackAnalysis analysis) {
|
||||
this.file = file;
|
||||
|
|
Loading…
Reference in a new issue