Hi, I'm not sure if I understand what you are trying to do. But if you want to label polygons no matter how small they are, I think you must just remove the MINFEATURESIZE from your LABEL, then the label will be drawed always. I'm not sure if this is what you are looking for but I think it is.
<br><br>Rodrigo.<br><br><div><span class="gmail_quote">On 2/1/07, <b class="gmail_sendername">Steve Lime</b> <<a href="mailto:Steve.Lime@dnr.state.mn.us">Steve.Lime@dnr.state.mn.us</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can you whip up a test case (data and mapfile)?<br><br>Steve<br><br>>>> Sture Dingsøyr <<a href="mailto:candalt@online.no">candalt@online.no</a>> 2/1/2007 4:56:19 AM >>><br>Hi again...<br>I have tried to enter the LABELCACHE OFF to my layer and removed the MINFEATURESIZE, but still not all of the features are labeled...strange... Have tested the data in ArcView...so i think i can rule-out errors in the data..
<br><br><br>By default there is no limit on how big a feature is, at least I don't believe there is. So it is not necessary<br>to set the MINFEATURESIZE parameter. Out of curiosity what happens if you at LABELCACHE OFF to
<br>the layer object below. That *should * label everything drawn. No collision avoidance will happen then<br>but at least we can see what is and isn't being labeled.<br><br>Steve<br><br>>>> Sture Dingsøyr <
<a href="mailto:candalt@ONLINE.NO">candalt@ONLINE.NO</a>> 1/26/2007 1:53 AM >>><br>Hi there...<br><br>I have a polygon layer that on high scales only is visible in the map (gif output) as very small areas (maybe as a single pixel). This is fine, but i want to put a label on every polygon regardless of how small they are.
<br><br>I have tried putting a label on my class with the MINFEATURESIZE parameter but with no luck. The parameter (MINFEATURESIZE) seems to be working, cause if i set i to e.g. 20 my polygons do not get labled until the scale is smaller.
<br><br>Is there a way to force labels on a polygon layer regardless of how "small" the polygons are?<br><br>My layer definition below:<br>LAYER<br> DATA "test"<br> LABELITEM "NAME"
<br> STATUS on<br> TYPE polygon<br> NAME "test"<br> CLASS<br> COLOR 255 0 0<br> MAXSCALE 100000000<br> MINSCALE 0<br> NAME "Test"
<br> LABEL<br> ANTIALIAS True<br> FONT "arial"<br> TYPE truetype<br> SIZE 7<br> COLOR 0 0 0
<br> OUTLINECOLOR 255 255 255<br> OFFSET 0 0<br> POSITION cc<br> PARTIALS false<br> FORCE true<br> MINFEATURESIZE 1
<br> END<br> END<br>END<br><br>Regards Sture :-)<br></blockquote></div><br>