Help on tiger, again.
Stephen Woodbridge
woodbri at SWOODBRIDGE.COM
Tue Mar 1 21:18:16 PST 2005
Yes, you can specify thickness like this:
CLASS
NAME "highway"
COLOR 255 0 0 # make it red
SYMBOL 0 # this is a built in circle symbol
SIZE 5 # make it 5 pixels wide
# if you want it fancy then add also
OVERLAYSYMBOL 0
OVERLAYCOLOR 255 255 255 # add a white down the center of the red
OVERLAYSIZE 1
END
You can also do this by adding multiple STYLE ... END blocks instead of
using OVERLAY* where each STYLE is draw in turn to make a more complex
styling of the line.
-Steve
Herman Teo wrote:
> Hi there.
> I have been working on tiger files for a while now. I manage to get the
> feature labels working right now. I'm just wondering, in roads layer, are
> there ways to make highways stand out in front of the normal roads, such as
> giving them thicker red lines?
> Thanks again for all your help.
>
> Herman Teo
>
More information about the MapServer-users
mailing list