John,
One very common approach is to use a symbol for your line style, and
then adjust the size. Viz:
CLASS
NAME "proj_seggroups"
SYMBOL 'circle'
SIZE 3
COLOR -1 -1 -1
BACKGROUNDCOLOR 0 0 0
OUTLINECOLOR 0 0 0
END
And then of course, you need to have the symbol 'circle' defined. This
is done in the top portion of the mapfile (perhaps the order is not
important, but in all the examples I have seen it is there):
SYMBOL
NAME 'circle'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
END
Robert W. Burgholzer
Surface Water Modeler
Office of Water Supply and Planning
Virginia Department of Environmental Quality
[EMAIL PROTECTED]
804-698-4405
Open Source Modeling Tools:
http://sourceforge.net/projects/npsource/
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Mitchell
Sent: Thursday, May 08, 2008 1:09 PM
To: [email protected]
Subject: [mapserver-users] How do I make a shapefile polygon thicker
withinUMN Mapserver
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