Modify ↓
Opened 6 years ago
Closed 5 years ago
#393 closed defect (fixed)
[possible resolution] Default colour for waypoints
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: | grand.edgemaster@… |
Description
currently a default color can only be set for trackpoints, not waypoints. would be desirable to have one for waypoints as well.
Attachments (0)
Change History (4)
comment:1 Changed 6 years ago by anonymous
- Cc grand.edgemaster@… added
comment:2 Changed 6 years ago by Edgemaster
- Summary changed from default colour for waypoints to [possible resolution] Default colour for waypoints
comment:3 Changed 5 years ago by ramack
once upon a time it may be even implemented, that the GpxLayer displays the Waypoints (and also routes) itself ;-)
comment:4 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



It turns out that a setting is already adhered to, the setting
will colour them by default.
(defined at source:trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerLayer.java#L98)
However, it requires using the manual settings page to add this.
Is it possible to add this into the default config?
While there, #418 could possibly be fixed too?