Sorry! Found it by scroogling a bit:<br><br>Set PROCESSING "LABEL_NO_CLIP=ON" per layer. Everything works now!<br><br><br><br><div class="gmail_quote">2011/2/23 Milo van der Linden <span dir="ltr"><<a href="mailto:milo@dogodigi.net">milo@dogodigi.net</a>></span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Nicol,<br><br>Excellent! It works! Now I only have one more issue:<br><br><a href="http://www.dogomaps.net/bikkels/index.html?zoom=9&lat=385827.82031&lon=174867.38281&layers=B" target="_blank">http://www.dogomaps.net/bikkels/index.html?zoom=9&lat=385827.82031&lon=174867.38281&layers=B</a><br>


<br>The label is duplicated due to the fact that I am retrieving tiles. Any experience with that?<br><br><div class="gmail_quote">2011/2/23 Nicol Hermann <span dir="ltr"><<a href="mailto:mapserver@geoworld.de" target="_blank">mapserver@geoworld.de</a>></span><div>

<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Milo,<br>
<br>
Try:<br>
$theme_class[$i]->settext($v);<br>
<br>
<a href="http://mapserver.org/mapscript/php/index.html#classobj" target="_blank">http://mapserver.org/mapscript/php/index.html#classobj</a><br>
<br>
HTH<br>
Nicol<br>
<br>
<br>
Am Mittwoch, den 23.02.2011, 16:19 +0100 schrieb Milo van der Linden:<br>
<div><div></div><div>> Hello people,<br>
><br>
> I have created a piece of mapscript that takes a key/value pair and<br>
> creates class-coloring according to this. This works perfectly well<br>
> except for one tiny little thing:<br>
><br>
> I want to add $v as a label to my classes.<br>
><br>
> My question is: Is it possible to assign static text to a label?<br>
> Because if it is not; I would have to query the underlying layer for<br>
> it's centroid and create a text label on top of that layer.<br>
><br>
> For instance something like:<br>
> $theme_label[$i]->set("labeltext", $v);<br>
><br>
><br>
><br>
> foreach ($mycollection as $k=>$v) {<br>
>         $theme_class[$i]=ms_newClassObj($theme_layer);<br>
>         $theme_class[$i]->setExpression($k);<br>
>         $theme_class[$i]->set("name",<br>
> $theme_class[$i]->getExpressionString());<br>
>         $theme_style[$i]=ms_newStyleObj($theme_class[$i]);<br>
>         $tc = $theme->getColourValue($v);<br>
>         $theme_style[$i]->color->setRGB($tc[0],$tc[1],$tc[2]);<br>
>         $theme_style[$i]->outlinecolor->setRGB(255,255,255);<br>
>         //$theme_label[$i]=ms_newLabelObj($theme_class[$i]);<br>
>         //$theme_label[$i]->set("font", "sans");<br>
>         //$theme_label[$i]->set("type", "truetype");<br>
>         //$theme_label[$i]->set("size", 10);<br>
>         //$theme_label[$i]->set("labeltext", $v);<br>
>         $i++;<br>
>     }<br>
><br>
</div></div>> _______________________________________________<br>
> mapserver-users mailing list<br>
> <a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br>
<br>
</blockquote></div></div></div><br>
</blockquote></div><div style="margin: 0pt;" name="sig_3ae25cf131"></div><br>