I don&#39;t think you can change the thickness of&nbsp; a polygon&#39;s outline. You may have to draw the layer twice, once as TYPE POLYGON, then again ad TYPE LINE. MapServer actually allows you to draw polygon features as lines. With line layers you can change the thickness of features.<br>
<br>Your second layer could be done like this:<br><br>LAYER<br>&nbsp; NAME stlouisxdrive<br>&nbsp; GROUP &quot;gv:stlouisxdrive&quot;<br>&nbsp; PROJECTION<br>&nbsp;&nbsp; &quot;init=epsg:26915&quot;<br>&nbsp; END<br><br>&nbsp; TYPE LINE<br>
&nbsp; <br>&nbsp; DATA &quot;C:/TEMP/64Resolution&quot;<br><br>&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;END<br><br><div class="gmail_quote">On Thu, May 8, 2008 at 1:09 PM, John Mitchell &lt;<a href="mailto:mitchelljj98@gmail.com">mitchelljj98@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>How do I make a shapefile polygon thicker within UMN Mapserver?<br><br>I have listed below the layer that correctly displays the outlines contained within the shapefile, but I can&#39;t figure out how to make the polygon outlines thicker.<br>

<br><br>LAYER<br>&nbsp; # name of layer<br>&nbsp; NAME stlouisxdrive<br>&nbsp; GROUP &quot;gv:stlouisxdrive&quot;<br><br>&nbsp; PROJECTION<br>&nbsp;&nbsp; &quot;init=epsg:26915&quot;<br>&nbsp; END<br>&nbsp; <br>&nbsp; # what type of data is this?<br>&nbsp; TYPE POLYGON<br>

&nbsp; <br>&nbsp; DATA &quot;C:/TEMP/64Resolution&quot;<br><br>&nbsp; # always returned with interface<br>&nbsp; STATUS ON<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;END<br><font color="#888888"><br clear="all">
<br>-- <br>John J. Mitchell
</font><br>_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br></blockquote></div><br>