X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FKmlExporter.java;h=50386ccebeea79a057e56fa18d925fcac546d00d;hp=802183427fd0212300ac91314cc4c8afb1e60f20;hb=a6197ddcaac11c0b943183da7d46169742d024af;hpb=88f2c3647ed9e055090484f01a959d4581f85e7d diff --git a/tim/prune/save/KmlExporter.java b/tim/prune/save/KmlExporter.java index 8021834..50386cc 100644 --- a/tim/prune/save/KmlExporter.java +++ b/tim/prune/save/KmlExporter.java @@ -51,11 +51,11 @@ import tim.prune.data.Timestamp; import tim.prune.data.Track; import tim.prune.data.TrackInfo; import tim.prune.data.UnitSetLibrary; -import tim.prune.gui.ColourChooser; -import tim.prune.gui.ColourPatch; import tim.prune.gui.DialogCloser; import tim.prune.gui.ImageUtils; import tim.prune.gui.WholeNumberField; +import tim.prune.gui.colour.ColourChooser; +import tim.prune.gui.colour.ColourPatch; import tim.prune.load.GenericFileFilter; import tim.prune.save.xml.XmlUtils; @@ -684,7 +684,7 @@ public class KmlExporter extends GenericFunction implements Runnable // Add timestamp (if any) to the list whenList.append(""); if (point.hasTimestamp()) { - whenList.append(point.getTimestamp().getText(Timestamp.FORMAT_ISO_8601)); + whenList.append(point.getTimestamp().getText(Timestamp.Format.ISO8601)); } whenList.append("\n"); // Add coordinates to the list