Ignore:
Timestamp:
09.06.2008 20:06:32 (4 years ago)
Author:
framm
Message:
  • patch by Henry Loenwind (ticket #720) to speed up gps rendering
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java

    r627 r646  
    77import java.text.SimpleDateFormat; 
    88import java.util.Date; 
     9import java.awt.Color; 
    910 
    1011import org.openstreetmap.josm.Main; 
     
    1718        public final EastNorth eastNorth; 
    1819        public double time; 
     20        public Color speedLineColor; 
     21        public boolean drawLine; 
     22        public int dir; 
    1923 
    2024        public WayPoint(LatLon ll) { 
Note: See TracChangeset for help on using the changeset viewer.