G, cl = worldrectangular("@earth_relief_30m_p", proj="aitoff", coast=true, latlim=(-80,89));
grid = worldrectgrid(G, annot_x=[-180,-150,0,150,180]);
grdimage(G, shade=true, plot=(data=cl,), cmap=:geo, B=:none, title="Aitoff")
plotgrid!(G, grid, figname="aitoff.png", show=true)
1 Like
