Hi, list, I&#39;m newbie in mapserver and have a question.<br>
<br>
I&#39;ve set up mapserver as wms server, everything works Ok, and here&#39;s layer definition<br>
LAYER<br>
  NAME &quot;name&quot;<br>
  TYPE POLYGON<br>
  STATUS ON<br>
  CONNECTIONTYPE oraclespatial<br>
  CONNECTION &quot;scheme/pass@DB&quot;<br>
  DATA &quot;column FROM table&quot;<br>
  DUMP TRUE<br>
  LABELITEM &quot;label&quot;<br>
  CLASS<br>
    MAXSCALEDENOM 2000<br>
    STYLE<br>
      OUTLINECOLOR 255 153 255<br>
      COLOR -1 -1 -1<br>
      ANTIALIAS TRUE<br>
    END<br>
    LABEL<br>
      MINFEATURESIZE auto<br>
      MINDISTANCE 50<br>
      OUTLINECOLOR 255 255 255<br>
      OUTLINEWIDTH 1<br>
      COLOR 0 0 0<br>
      FONT times<br>
      TYPE TRUETYPE<br>
      SIZE 9<br>
      ANTIALIAS TRUE<br>
      POSITION cc<br>
      PARTIALS FALSE<br>
      BUFFER 3<br>
    END<br>
  END<br>
Also there is a tilecache server (Oracle Mapviewer) whitch server images to end-user<br>
The problem is here: if a polygon object is present  in some tiles, it
is labeled on each tile causing close duplicate labels (attachment).<br>
Has anyone some workaround of this problem<br>
Regards,<br>
Michael<br>