[mapserver-users] Especific Circle Symbol...
Lime, Steve D (DNR)
Steve.Lime at state.mn.us
Mon Jun 14 05:44:00 PDT 2010
Hi Paul: I know multiple layers where mentioned but you can probably do this more efficiently
with multiple styles:
STYLE # first the black/red circle
SYMBOL 'circle' # assuming you've defined a symbol of this name
SIZE 10
COLOR 0 0 0
OUTLINECOLOR 255 0 0
END
STYLE # now the white circle
SYMBOL 'circle'
SIZE 5
COLOR 255 255 255
END
This requires only a single pass through the data.
Steve
________________________________________
From: mapserver-users-bounces at lists.osgeo.org [mapserver-users-bounces at lists.osgeo.org] On Behalf Of Paul james [pauljame at gmail.com]
Sent: Thursday, June 10, 2010 6:49 AM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] Especific Circle Symbol...
Hello guys...
I´m trying to draw a BLACK CIRCLE, with Red borders, and with a small white circle inside ...
Any help?
Thanks
More information about the MapServer-users
mailing list