[Mapserver-users] line thickness?
Eric Bridger
eric at gomoos.org
Wed Aug 13 08:17:01 PDT 2003
Not sure if this still the case for 4.0, but in 3.6 you do this by using
a circle SYMBOL to draw your lines and the SIZE will then change the
width. E.g. in you map file:
SYMBOL
Name 'circle'
Type ELLIPSE
Filled TRUE
Points
1 1
END
END
LAYER
TYPE "LINE"
DATA "/data/tgr/23005/tgr23005lkA"
CLASS
SYMBOL "circle"
SIZE 3
COLOR 0 0 0
END
END
On Wed, 2003-08-13 at 18:59, Bruce Bushby wrote:
>
> I've been playing around with Mapserv4.0 for a few days and I can't
> find a way to render 'line thickness' for my ESRI street maps.
>
> Is it possible to specify 'line thickness' when rendering a layer?
>
> Thanks for the help
>
>
> Regards
> Bruce
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list