Hi,

How do I make a shapefile polygon thicker within UMN Mapserver?

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.


LAYER
  # name of layer
  NAME stlouisxdrive
  GROUP "gv:stlouisxdrive"

  PROJECTION
   "init=epsg:26915"
  END

  # what type of data is this?
  TYPE POLYGON

  DATA "C:/TEMP/64Resolution"

  # always returned with interface
  STATUS ON

        CLASS
        OUTLINECOLOR 255 0 0
        END
 END


-- 
John J. Mitchell
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to