Opened 23 months ago
Last modified 13 months ago
#6517 new enhancement
gpx marker: display comments (<cmt>)
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | gpx label comment cmt | |
| Cc: |
Description (last modified by skyper)
Attachments (1)
Change History (6)
comment:1 Changed 15 months ago by skyper
- Description modified (diff)
- Priority changed from normal to major
comment:2 Changed 14 months ago by skyper
comment:3 Changed 14 months ago by skyper
attach an example file
comment:4 follow-up: ↓ 5 Changed 13 months ago by gomatteo
You can do it (at least in r5181).
Go to Edit -> Preferences -> Display Settings -> GPS Points, and under Waypoint Labelling select Custom
and enter something like
?{'{name} ({cmt})'|'{name}'|'{cmt}'}
Perhaps we should document a bit better the syntax used in the help page.
comment:5 in reply to: ↑ 4 Changed 13 months ago by skyper
Replying to gomatteo:
You can do it (at least in r5181).
Go to Edit -> Preferences -> Display Settings -> GPS Points, and under Waypoint Labelling select Custom
and enter something like
?{'{name} ({cmt})'|'{name}'|'{cmt}'}
Thanks that worked. We could change the default settings to
?{'{name} ({desc})'|'{name} ({cmt})'|'{name}'|'{desc}'|'{cmt}'}
Perhaps we should document a bit better the syntax used in the help page.
+1
really needs documentation under Help/Preferences/Display.



This is format is used by the garmin dakato20.
Sorry, can upload sample the next days (do not have one reachable right now).
Any news ?