size of POINT in shp file

w m wokar1 at YAHOO.COM
Fri Mar 11 15:01:39 EST 2005


For these symbols to appear, do we have to include a specific symbol and font library?? If so is it part of mapserver installation?


Camden Daily <cdaily at GMAIL.COM> wrote:
You'll want to look into using STYLE and SYMBOL definitions in your map file.

Here's an example of a layer with red circles for points that are 3
pixels large.

LAYER
NAME "points"
TYPE POINT
STATUS DEFAULT
DATA "points"
CLASS
STYLE
SYMBOL 'circle'
COLOR 255 0 0
SIZE 3
END
END
END

SYMBOL
NAME 'circle'
TYPE ELLIPSE
POINTS
1 1
END
FILLED TRUE
END


---------------------------------
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20050311/eeddb7e0/attachment.html


More information about the mapserver-users mailing list