Jonas,
This is probably being caused because of two things:
1. overlapping labels arent allowed
** if you label the same point twice, the labels will be in the
same location. This means they overlap and only one will be rendered.
2. "like" labels are grouped and only labeled once
** the SVN version of geoserver (soon to be 1.3.0-RC3) allows
you to control this behavior.
To fix this, you probably want use only one text symbolizer and make a
"longer" string:
..
<Label>
<Function name="strCat">
<PropertyName>name</PropertyName>
<PropertyName>Tiim</PropertyName>
</Function>
</Label>
..
OR, for prettier printing:
..
<Label>
<Function name="strCat">
<Function name="strCat">
<PropertyName>name</PropertyName>
<Literal> - </Literal>
</Function>
<PropertyName>Tiim</PropertyName>
</Function>
</Label>
..
Check the WFS capabilities file -- I believe the function is called
"strCat".
dave
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/