Bug #837
project small circle does not connect to end points
| Status: | Closed | Start date: | 2015-12-11 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | - | |||
| Target version: | Candidate for next bugfix release | |||
| Affected version: | 5.x-svn | Platform: |
Description
When project is used to generate a small circle then resulting arc does not extend all the way to the end point (as it does for great circle). To see this, try
gmt project -C202/24.5 -E240.5/31 -G5/45 -Q | gmt psxy -R200/250/20/40 -JM6i -P -K -Baf > t.ps gmt psxy -R -J -O -Sc0.1i -Gred << EOF >> t.ps 202 24.5 240.5 31 EOF
with the attached PDF result.
Associated revisions
Address issue #837 and add new test script project/circles.sh
Fix issue #837 again
History
#1
Updated by Paul over 1 year ago
- Status changed from New to Resolved
- Assignee set to Paul
- % Done changed from 0 to 100
This has now been fixed in r15924 (trunk and 5.2.2 branch).