Show start finish track icons by default

This commit is contained in:
Vitaliy 2020-07-24 00:18:17 +03:00
parent af17e524d2
commit 7c7cadb9e8

View file

@ -188,7 +188,7 @@ public class GPXDatabase {
private boolean showAsMarkers; private boolean showAsMarkers;
private boolean joinSegments; private boolean joinSegments;
private boolean showArrows; private boolean showArrows;
private boolean showStartFinish; private boolean showStartFinish = true;
public GpxDataItem(File file, GPXTrackAnalysis analysis) { public GpxDataItem(File file, GPXTrackAnalysis analysis) {
this.file = file; this.file = file;