Hello,
I have been using MAP_SET command to create a map of the northeast US coast, but I have not been able to create the same map using the new MAP function. Will you please tell me how to create the same image using the MAP function.
MAP_SET,40.0,-70.0,0.0,/conic,standard_parallels=[36.1667,43.8333],scale=3.25183e+006,isotropic=1,position-[0.0,0.0,1.0,1.0],/noborder
I tried the following, but it does not reproce the same map.
m = map('Lambert Conformal Conic',center_latitude=37.25,center_longitude=72.313,standard_par1=32.1667,standard_par2=39.8334)
Any advice or tips on using the map function would be greatly appreciated.
Thank you,
KH
|