AW: [mapserver-users] Increase Line Thickness in mapfile
Holger Klinge
hklinge@spektra.de
Thu, 11 Jul 2002 09:31:38 +0200
1. Create a symbol in the file symbols.sym, e.g.
SYMBOL
NAME "circle"
TYPE ELLIPSE
FILLED
POINTS 1 1 END
END
2. Reference the symbolfile in the mapfile, e.g.
SYMBOLSET symbols/symbols.sym
3. Use the symbol in the layer and define thickness in pixel with the size parameter, e.g.
LAYER
...
CLASS
SYMBOL "circle"
SIZE 4
...
END
END
Holger
-----Ursprüngliche Nachricht-----
Von: Al [mailto:allanp@campeb.org]
Gesendet: Donnerstag, 11. Juli 2002 07:11
An: al
Cc: mapserver-users@lists.gis.umn.edu
Betreff: [mapserver-users] Increase Line Thickness in mapfile
I am hoping and thinking this is a simple question.
How would I increase the thicknes of a layer of lines..like roads?
It looks to default to a single pixel, but I would like the lines to be
around 4-5 pixels thick.
tx
al