undo tmp gpx name
This commit is contained in:
parent
b3002a78e3
commit
91ccb858dd
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ public class FormatGpx extends Formatter {
|
|||
sb.append(" <wpt lon=\"").append(formatILon(hint.ilon)).append("\" lat=\"")
|
||||
.append(formatILat(hint.ilat)).append("\">")
|
||||
.append(hint.selev == Short.MIN_VALUE ? "" : "<ele>" + (hint.selev / 4.) + "</ele>")
|
||||
.append("<name>P")
|
||||
.append(""+hint.indexInTrack+"_")
|
||||
.append("<name>")
|
||||
.append(hint.getMessageString())
|
||||
.append("</name>")
|
||||
.append("<extensions><locus:rteDistance>").append("" + hint.distanceToNext).append("</locus:rteDistance>");
|
||||
|
|
Loading…
Reference in a new issue