Hello!<br><br>I am using MapServer 5.4 and right now I&#39;m facing with label positioning problem. <br>Any help solving that would really be appreciated.<br><br>1. I have lots of buildings address points... so for example if two nearby located buildings at the crossing of &quot;Some_street&quot; and &quot;Some_other_street&quot;<br>
have both same house numbers (for example &quot;1&quot;) then the MINDISTANCE 30 declaration will cancel one label out.<br>2. I cannot remove MINDISTANCE neither since in many cases I have large building complexes where multiple buildings share same address label.<br>
And I want mapfile to declare some distance between those addresses that logically will mark the same address object.   <br>3. In my buildings_addresses (points) file I do have attribute, which I could use to separate those two kinds of duplicate labels,<br>
but MapServer doent seem to support rendering them differently in a such way.... Or am I wrong?<br><br><br>My LABEL definition:<br>            LABEL<br>                TYPE truetype<br>                ANTIALIAS true<br>                FONT &quot;arial&quot;<br>
                COLOR 50 50 50<br>                SIZE 9<br>                priority 1<br>                ANGLE [POORDENURK]<br>                MINDISTANCE 30<br>                OUTLINECOLOR 220 220 220<br>                POSITION cc<br>
                BUFFER 2<br>            END<br> <br><br>Hope that there will be some kind of solution here.<br><br><br>Sincerely,<br>Raivo Alla    <br>