Re: MAP_GRID problem [message #60850] |
Thu, 19 June 2008 11:07 |
xiao zhang
Messages: 81 Registered: June 2008
|
Member |
|
|
Thank you for finding this error for me. I did not notice that. But It
still does not work.
I also tried to set the key word color=black in both of the command
here...
;(
|
|
|
Re: MAP_GRID problem [message #60851 is a reply to message #60850] |
Thu, 19 June 2008 10:58  |
Jean H.
Messages: 472 Registered: July 2006
|
Senior Member |
|
|
> smap=MAP_PROJ_INIT('Polar Stereographic',/
> GCTP,center_longitude=117.5,center_latitude=-32,limit=[-25,1 10,-40,125])
From the help file:
LIMIT
Set this keyword to a four-element vector of the form
[Latmin, Lonmin, Latmax, Lonmax]
so try to put -40 first, and -25 in the 3rd position.
Jean
|
|
|