Bug #970
mapproject -C still has issues
| Status: | Closed | Start date: | 2016-10-01 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | - | |||
| Target version: | Candidate for next bugfix release | |||
| Affected version: | 5.x-svn | Platform: |
Description
This is probably related to the fix for issue #708. The output below should be x = -3 first and x = 0 next:
echo "270 45 436" | gmt mapproject -R0/360/45/90 -JA0/90/6i -Di -C -4876159.00853 -8.49989022127e-26 436 echo "270 45 436" | gmt mapproject -R0/360/45/90 -JA0/90/6i -Di 0 3 436
Clearly the -C causes some odd scaling to meter instead of the expected shift.