Changeset 3277 in osm for applications/editors/josm
- Timestamp:
- 2007-06-20T14:23:50+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/GpxTrackMarkerWriter.java
r3164 r3277 59 59 if (p.time != null && p.time.length()!=0) { 60 60 out.println(">"); 61 out.println(" <time>" + gpxDateFormat.format(p.time)+ "</time>");61 out.println(" <time>" + p.time + "</time>"); 62 62 out.println(" </trkpt>"); 63 63 } else
Note:
See TracChangeset
for help on using the changeset viewer.