X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=src%2Ftim%2Fprune%2Ffunction%2FShowFullDetails.java;fp=src%2Ftim%2Fprune%2Ffunction%2FShowFullDetails.java;h=8bba3d0cb65b3e8a53b4146e8ebbe4942467b987;hp=8f8289e4e0eb38b9523dcd4a8fcdb7549e37fb76;hb=38a0c12649e9104d0d40ce93a932b9086011f8c8;hpb=8b20e3e027058cdf6ff52993ee5576193d08667a diff --git a/src/tim/prune/function/ShowFullDetails.java b/src/tim/prune/function/ShowFullDetails.java index 8f8289e..8bba3d0 100644 --- a/src/tim/prune/function/ShowFullDetails.java +++ b/src/tim/prune/function/ShowFullDetails.java @@ -239,6 +239,8 @@ public class ShowFullDetails extends GenericFunction addTextPair(result, "fieldname.description", point.getFieldValue(Field.DESCRIPTION)); + addTextPair(result, "fieldname.comment", point.getFieldValue(Field.COMMENT)); + addTextPair(result, "fieldname.waypointtype", point.getFieldValue(Field.WAYPT_TYPE)); // Speed can come from either timestamps and distances, or speed values in data