User`s guide

R14SP2
21-10
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
load korea
worldmap(map, refvec)
load korea
worldmap(map,refvec)
land =
shaperead('landares.shp','UseGeoCoords',true)
geoshow([land.Lat], [land.Lon])
(Text North Korea and South Korea will be missing. Land
area boundaries resolution is lower.)
load korea
worldmap(map,refvec,'lineonly')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
load korea
worldmap(map,refvec,'none')
load korea
worldmap(map,refvec)
load korea
worldmap(map,refvec,'patch')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
faceColors = makesymbolspec('Polygon',
{'INDEX',...
[1
numel(land)],'Facecolor',polcmap(numel(land))});
geoshow(land,'SymbolSpec',makesymbolspec('Polygon',faceColors))
(Text North Korea and South Korea will be missing.
Country coloring will be missing.)