Changeset 8285 in josm for trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java
- Timestamp:
- 2015-04-28T00:49:49+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java
r7937 r8285 70 70 71 71 // default access is used to allow changing from plugins 72 ColorScale velocityScale; 72 private ColorScale velocityScale; 73 73 /** Colors (without custom alpha channel, if given) for HDOP painting. **/ 74 ColorScale hdopScale; 75 ColorScale dateScale; 76 ColorScale directionScale; 74 private ColorScale hdopScale; 75 private ColorScale dateScale; 76 private ColorScale directionScale; 77 77 78 78 /** Opacity for hdop points **/
Note:
See TracChangeset
for help on using the changeset viewer.