[Mapserver-users] not always outline for polygons
Bart van den Eijnden
bartvde at xs4all.nl
Wed Nov 26 12:01:35 PST 2003
Hi list,
I found my problem.
The problem was that I was not setting the outlinecolor for all of my
classes in the layer, just for a few classes.
Best regards,
Bart
On Wed, 26 Nov 2003 16:51:41 +0100 (CET), <bartvde at xs4all.nl> wrote:
> 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
> _______________________________________________
> 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