Oops. Sorry about that. Hit send by accident.<br><br>LAYER<div class="Ih2E3d"><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></div>&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;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;END<br><br>If you are using Mapserver 5.x this will work. If you are using an older version, you will need to use the method another user suggested using the circle symbol.<br>
<br>Dean<br><br><div class="gmail_quote">On Thu, May 8, 2008 at 1:23 PM, Dean Gadoury &lt;<a href="mailto:deangadoury@gmail.com">deangadoury@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;">
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<div class="Ih2E3d"><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></div>&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<div class="Ih2E3d"><br>COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;END<br><br></div><div class="gmail_quote"><div><div></div><div class="Wj3C7c">
On Thu, May 8, 2008 at 1:09 PM, John Mitchell &lt;<a href="mailto:mitchelljj98@gmail.com" target="_blank">mitchelljj98@gmail.com</a>&gt; wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">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></div></div>_______________________________________________<br>
mapserver-users mailing list<div class="Ih2E3d"><br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
</div><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>
</blockquote></div><br>