GenericMappingTools / GenericMappingTools/gmt
The option --FORMAT_GEO_MAP is ignored for some combinations of -JX... and -f...
Open
longterm
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
Command one:
`
gmt psbasemap -R0/1/40/50 -JX10c/10cd -BSWne -Bx0.5 -By2 -P -f0f,1y,2f --FORMAT_GEO_MAP=DG >tstlat.ps
`
Result: latitude is set on the y-axis with correct suffix.
Command two:
`
gmt psbasemap -R0/1/40/50 -JX10c/10cd -BSWne -Bx0.5 -By2 -P -f0f,1x,2f --FORMAT_GEO_MAP=DG >tstlon.ps
`
Result: longitude is set on the y-axis (degree sign is present), but --FORMAT_GEO_MAP is ignored (no suffix).
GMT version: 6.1.0_e53ace7-dirty_2020.01.10 (e53ace7)
Contributor guide
Assessment
This issue has not been assessed yet.