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't figure out how to make the polygon outlines thicker.<br>
<br><br>LAYER<br>  # name of layer<br>  NAME stlouisxdrive<br>  GROUP "gv:stlouisxdrive"<br><br>  PROJECTION<br>   "init=epsg:26915"<br>  END<br>  <br>  # what type of data is this?<br>  TYPE POLYGON<br>
  <br>  DATA "C:/TEMP/64Resolution"<br><br>  # always returned with interface<br>  STATUS ON<br><br>        CLASS<br>        OUTLINECOLOR 255 0 0<br>        END<br> END<br><br clear="all"><br>-- <br>John J. Mitchell