A user reported that the current fixed GPX track color (red) can be hard to distinguish when an overlay layer uses the same color. In particular, the Lonvia Hiking layer also uses red for paths, making the user's own GPX track difficult to see apart from line thickness.
Request: add a setting to change the GPX line color.
This probably needs a reusable color picker. That may also be useful for #63, where marker colors were requested.
Suggested implementation notes:
- Add a GPX track color preference, defaulting to the current red color.
- Use the selected color when drawing imported GPX tracks/routes.
- Keep existing behavior unchanged for users who do not change the setting.
- Consider a shared color picker component for both GPX track color and future marker color settings.
Acceptance criteria:
- Users can choose a GPX line color in settings.
- The chosen color is applied to displayed GPX tracks.
- The setting persists across app restarts.
- Default color remains red unless changed by the user.
A user reported that the current fixed GPX track color (red) can be hard to distinguish when an overlay layer uses the same color. In particular, the Lonvia Hiking layer also uses red for paths, making the user's own GPX track difficult to see apart from line thickness.
Request: add a setting to change the GPX line color.
This probably needs a reusable color picker. That may also be useful for #63, where marker colors were requested.
Suggested implementation notes:
Acceptance criteria: