Bug #982
psbasemap -L gives wrong lengths
Status: | Closed | Start date: | 2016-10-18 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
gmt psbasemap -R80.9/81.1/3.9/4.1 -Ju44/50 -L81/4/4/10+l -Ba5m -P -K > out.ps gmt psbasemap -R86.9/87.1/3.9/4.1 -Ju45/50 -L87/4/4/10+l -Ba5m -O -Y12c >> out.ps
The second psbasemap, despite same latitude range as the first, gives a bad scalebar,
Associated revisions
Fix issue #982
History
#1
Updated by Paul over 1 year ago
- Status changed from New to Resolved
- Target version set to Candidate for next bugfix release
- % Done changed from 0 to 100
The parser for the old -L syntax tried to set the longitude of the scale to the default value (central meridian) but that is not known when -L was parsed and it should be set to NaN [to be replaced by c.m later]. Fixed in r17217.