Changeset 646 in josm for trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java
- Timestamp:
- 2008-06-09T20:06:32+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java
r627 r646 7 7 import java.text.SimpleDateFormat; 8 8 import java.util.Date; 9 import java.awt.Color; 9 10 10 11 import org.openstreetmap.josm.Main; … … 17 18 public final EastNorth eastNorth; 18 19 public double time; 20 public Color speedLineColor; 21 public boolean drawLine; 22 public int dir; 19 23 20 24 public WayPoint(LatLon ll) {
Note:
See TracChangeset
for help on using the changeset viewer.