Changeset 33138 in osm
- Timestamp:
- 2017-02-07T21:27:30+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r33078 r33138 33 33 34 34 private static final CachingProperty<Color> COLOR_POSITION = 35 new ColorProperty(C_LIVEGPS_COLOR_POSITION _ESTIMATE, Color.RED).cached();35 new ColorProperty(C_LIVEGPS_COLOR_POSITION, Color.RED).cached(); 36 36 private static final CachingProperty<Color> COLOR_POSITION_ESTIMATE = 37 37 new ColorProperty(C_LIVEGPS_COLOR_POSITION_ESTIMATE, Color.CYAN).cached();
Note:
See TracChangeset
for help on using the changeset viewer.