Hi everybody,<br>I&#39;m trying to use the SIZEITEM to render a line LAYER.
My problem is that when I use the SIZEITEM mapserver follows it only
for the first style; this is my class:<br><br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME &quot;calss1&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE # first style<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SYMBOL &quot;cartoline_square&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZEITEM &quot;sizeobj2&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR&nbsp;&nbsp;&nbsp; 0 0 0 #black<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE # second style<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SYMBOL &quot;cartoline_square&quot;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZEITEM &quot;sizeobj1&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR&nbsp;&nbsp;&nbsp; 255 255 255 #white<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br><br>The
values are: sizeobj2=sizeobj1+2; What I get is that the black lines are
of different sizes and the white lines (over the first) always keep the
same size (the smaller).<br>
The symbol &quot;cartoline_square&quot; is a symbol of type cartoline, but I also tried with other symbols and I get the same result.<br>Is there any bug or have I made something wrong in my class?<br><br>I wait for some help, Thanks.<br>

Bye, Federca.<br>