User`s guide

R14SP2
21-6
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
demcmap(topo)
load topo
worldmap(topo,topolegend,'dem3d')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
da = daspect;
pba = pbaspect;
da(3) = 7.5*pba(3)/da(3);
daspect(da);
demcmap(topo)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
load topo
worldmap(topo,topolegend,'dem3donly')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
demcmap(topo)
load korea
worldmap(map,refvec,'mesh')
load korea
worldmap(map,refvec)
meshm(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
(Text North Korea and South Korea will be missing)