<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">hello, <br>
<br>
I'm a GIS veteran, but newbie to MapServer.&nbsp; I'm working with Mapserver
version 3.6.5.<br>
I'm working on a MAPFILE to display roads and area polygons, with ID#
labels in the area polygons.<br>
At full zoom, the labels for the polygons dominate the map, and I'd
like to have them turn on only when they will not "clutter" the map
unnecessarily.<br>
<br>
In reading the docs, I think I have found the exact answer to my
problem - MINFEATURESIZE auto.<br>
(if I have understood correctly, setting this param to 'auto' will
cause the labels to be displayed only if their owning polygon is larger
than than the label itself)<br>
<br>
Unfortunately, I have seen no effect from setting this param as of yet.<br>
Could someone give me some guidance as to how to properly set/use this
param?<br>
<br>
thanks,<br>
john<br>
<br>
<br>
LAYER<br>
&nbsp;&nbsp;&nbsp; NAME "REPORTINGAREAS"<br>
&nbsp;&nbsp;&nbsp; TYPE POLYGON<br>
&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>
&nbsp;&nbsp;&nbsp; TRANSPARENCY 40<br>
&nbsp;&nbsp;&nbsp; DATA "$self-&gt;{GROUP_ATTR}-&gt;{RA_DATA}"<br>
&nbsp;&nbsp;&nbsp; LABELITEM "$self-&gt;{GROUP_ATTR}-&gt;{RA_LABELITEM}"<br>
&nbsp;&nbsp;&nbsp; CLASSITEM "$self-&gt;{GROUP_ATTR}-&gt;{RA_CLASSITEM}"<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">&nbsp;&nbsp;&nbsp;
CLASS<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME 'Reporting Areas'<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TEMPLATE "dummy"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; color 240 255 220<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; outlinecolor 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABEL<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINDISTANCE 10<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINFEATURESIZE AUTO</font></font><br>
<font size="-1"><font face="Helvetica, Arial, sans-serif">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
MINSIZE 8<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MAXSIZE 10<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PARTIALS TRUE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POSITION AUTO<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT "ARIAL"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE TRUETYPE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; BUFFER 4<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; END<br>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">END<br>
<br>
<br>
<br>
<br>
</font></font><br>
</body>
</html>