Feature #786
Let General stereographic (non polar stereographic) work with WESN area notation
Status: | New | Start date: | 2015-10-09 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | - | |||
Target version: | Candidate for next minor release | |||
Platform: | other |
Description
This example works for polar stereographic as expected:
gmtset.exe MAP_FRAME_AXES=
gmtset.exe PS_MEDIA=A1
pscoast.exe -B0 -JS13/90/800p -R-10/20/10/55 -Gblack > map.ps
ps2raster.exe map.ps -A -P -Tj -E300
But when using a non polar stereographic projection the result is the whole world surrounded with a map frame circle (but the frame is disabled):
gmtset.exe MAP_FRAME_AXES=
gmtset.exe PS_MEDIA=A1
pscoast.exe -B0 -JS13/60/800p -R-10/20/10/55 -Gblack > map.ps
ps2raster.exe map.ps -A -P -Tj -E300
History
#1
Updated by Paul over 5 years ago
- Status changed from New to Feedback
- Assignee set to Paul
I don't think we ever have supported regular -R with a non-polar azimuthal projection. You always have to use the -R....r method when the pole is off.
#2
Updated by Martin over 5 years ago
Can you make it work ?
#3
Updated by Paul over 5 years ago
- Tracker changed from Bug to Feature
- Subject changed from General stereographic (non polar stereographic) does not work with WESN area notation to Let General stereographic (non polar stereographic) work with WESN area notation
- Status changed from Feedback to New
- Target version set to Candidate for next minor release
- Platform changed from Windows to other
Not sure but lower priority than fixing bugs before 5.2 release. I am changing it to a feature request instead since not a but per se.
#4
Updated by Martin over 5 years ago
OK thanks!