[Mapserver-users] not always outline for polygons
bartvde at xs4all.nl
bartvde at xs4all.nl
Wed Nov 26 07:51:41 PST 2003
Hi list,
I have a problem with polygons in my map not always getting an outline. I
use both PIXMAP (transparent) and VECTOR symbols in my layer.
For a clearer image of what I mean, you could take a look at, this is a
screendump of the map:
http://www.vz.geodan.nl/users/bart/mapserver.png
Does anybody have an idea what could be the problem with the OUTLINE?
Best regards,
Bart
My symbol definition is:
SYMBOL
NAME "lb_hoog"
TYPE pixmap
IMAGE "../htdocs/images/lb_hoog.png"
TRANSPARENT 0
END
SYMBOL
NAME "hashfill_up"
TYPE vector
TRANSPARENT 0
POINTS
0 1
1 0
END
END
The respective classes from my LAYER are:
CLASS
SYMBOL "lb_hoog"
OUTLINECOLOR 36 133 68
EXPRESSION "nd_h"
NAME "lage bedekking Hoog"
COLOR 36 133 68
END
CLASS
SYMBOL "hashfill_up"
OUTLINECOLOR 36 133 68
SIZE 8
EXPRESSION "c_p"
NAME "co-dominant Pionier"
COLOR 254 255 204
END
More information about the MapServer-users
mailing list