<div dir="ltr"><div class="gmail_default" style="font-size:small">Gaeun,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The "HighRes" map database is for coastal outlines only, and not interior land boundaries.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try using:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style=""><div style="font-size:12.8px"> res@mpDataBaseVersion = "HighRes"</div><div style="font-size:small"> res@<span class=""><a href="http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpDataSetName"><i>mpDataSetName</i></a></span><span class=""> = "Earth..4"</span></div><div style="font-size:small"><span class=""><br></span></div><div style="font-size:small"><span class="">The other thing you might want to consider is using shapefile outlines. If you go to <a href="http://gadm.org/country">gadm.org/country</a> and look at the pull down menu for the countries, you will see shapefile outlines for China, South Korea, and North Korea. Make sure the "File Format" option is set to "shapefile", and then download the desired shapefiles. You can use "gsn_add_shapefile_polylines" to draw the "CHN_adm0.shp", "KOR_adm0.shp", and "PRK_adm0.shp" shapefile outlines</span>. The "adm0" files are the country outlines.</div><div style="font-size:small"><span class=""><br></span></div><div style="font-size:small"><span class="">For more information, see:</span></div><div style="font-size:small"><span class=""><br></span></div><div style=""><span class=""><a href="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_add_shapefile_polylines.shtml">http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_add_shapefile_polylines.shtml</a><br></span></div><div style=""><br></div><div style=""><span class="">See the "shapefiles" examples page, and in particular, example shapefile_8.ncl:</span></div><div style=""><span class=""><br></span></div><div style=""><span class=""><a href="http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex8">http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex8</a><br></span></div><div style=""><span class=""><br></span></div><div style=""><span class="">--Mary</span></div><div style=""><span class=""><br></span></div><div style=""><span class=""><br></span></div>
</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 28, 2016 at 7:38 PM, 김가은 <span dir="ltr"><<a href="mailto:gaeun.kim0921@gmail.com" target="_blank">gaeun.kim0921@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>Dear users</div><div><br></div><div>Hi! I'm trying to get the national boundaries and the below is mp resources I've declared.</div><div><br></div><div>When I give "False" to mpOutlineOn or give "red" to outline color, it works but I don't understand why I can't get the boundary between north- and south-Korea , and between north-Korea and China</div><div><br></div><div>; res@mpPerimOn = True</div><div> res@mpDataBaseVersion = "HighRes"</div><div> res@mpDataSetName = "Earth..4"</div><div> res@mpFillOn = False</div><div> res@mpOutlineOn = True</div><div> res@mpOutlineBoundarySets = "National" <b><-- doesn't work!</b></div><div> res@mpGeophysicalLineColor = "black"</div><div> res@mpNationalLineColor = res@mpGeophysicalLineColor</div><div><br></div><div> can <span style="background-color:rgba(243,168,163,0.513726)">anyone </span>advise something?</div><div><br></div><div>best regards,</div><div>Gaeun</div></div>
</div><br></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>