See the FAQ under section

     How do I set line width in my maps?

http://mapserver.gis.umn.edu/docs/faq

Best regards,
Bart

John Mitchell wrote:
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
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users


--
Bart van den Eijnden
OSGIS, Open Source GIS
[EMAIL PROTECTED]
http://www.osgis.nl

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to