Bug #916
bug in mgd77track -A option
| Status: | Closed | Start date: | 2016-06-08 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | - | |||
| Target version: | Candidate for next bugfix release | |||
| Affected version: | 5.x-svn | Platform: |
Description
Here's a command illustrating the bug in mgd77track. Per the command, cruise ids should be plotted every 40km but they aren't in gmt5-dev version 5.3.0_r16481M. I tested the same command in GMT 4.5.15 and it works.
mgd77track 15010021 -R65.5/69/-18/-7.5 -JM3.1i -Xc -Wthin -A5,40k -Ba1f.5 -P
The data file, 15010021.mgd77, is attached.
History
#1
Updated by Paul about 1 year ago
- Status changed from New to Resolved
- Assignee set to Paul
- Target version set to Candidate for next bugfix release
- % Done changed from 0 to 100
The internal pointers to label and annotation information structures were crossed... Fixed in r16547.
#2
Updated by Mike about 1 year ago
Great. There might be some more crossed pointers in mgd77track's -L option.
i.e., with the same data file, the following command marks but does not annotate distances:
mgd77track 15010021 -R65.5/69/-18/-7.5 -JM -La100kt20k -Ba1f.5 -P
#3
Updated by Paul about 1 year ago
The font_sizes were not set from the new font specs. Try r16551 and let me know.
#4
Updated by Mike about 1 year ago
Yes, it works now. Thank you.
#5
Updated by Paul about 1 year ago
- Status changed from Resolved to Closed
Closed as fixed - reopen if there are other problems related to this.