<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear NCL Users,
<div><br>
</div>
<div>What is the correct method for filling in inland water bodies with a specified color. Here's the resources I have been experimenting with, but none seem to work, eg, inland lakes are consistently colored white not grey81. Thanks, Matt</div>
<div><br>
</div>
<div><br>
</div>
<div>
<p class="p1">mpres = True</p>
<p class="p1">;mpres@mpDataBaseVersion = "Ncarg4_0"</p>
<p class="p1">;mpres@mpDataSetName = "Earth..4"</p>
<p class="p1">mpres@mpNationalLineColor = "black"</p>
<p class="p1">mpres@mpNationalLineThicknessF = 2</p>
<p class="p1">mpres@mpGeophysicalLineColor = "black"</p>
<p class="p1">mpres@mpGeophysicalLineThicknessF = 2</p>
<p class="p1">mpres@mpProvincialLineColor = "black"</p>
<p class="p1">mpres@mpProvincialLineThicknessF = 3</p>
<p class="p1">mpres@mpFillOn = True</p>
<p class="p1">mpres@mpMonoFillColor = True</p>
<p class="p1">mpres@mpFillColor = "grey81"</p>
<p class="p1">mpres@mpFillAreaSpecifiers = "water" ;"inlandwater"</p>
<p class="p1">mpres@mpSpecifiedFillColors = "grey81"</p>
</div>
</div>
</body>
</html>