Modify ↓
Opened 11 years ago
Closed 11 years ago
#9600 closed enhancement (fixed)
Color by speed or age on GPX traces
Reported by: | BalooUriza | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.02 |
Component: | Core | Version: | |
Keywords: | gpx color | Cc: |
Description
I was wondering if we could get the stylesheets changed so traces without
timestamps could be changed to grey instead of purple by default? With
them being purple, it's difficult to tell if the data point is going
*really* fast or is the freshest available, or just time/speed unknown.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This seems easy. Changing the
else
forcase velocity
in source:trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java toneutralColor
should do the trick.Any counter arguments?