hello <br><br>i use shapefile  to render a map in wms layer. <br>it is working good but ... <br><br>the  column i use TXT  have number  ( 12 30 255 etc...) <br><br>so i see with 10 digits after the point ( 12.00000000  30.000000000 255.000000000 etc...) <br>
<br>if anybody know how to set that my label was text or integer and not decimal ? i haven&#39;t found it in mapserver documentation <br><br>Tonton <br><br>next the layer <br><br>LAYER<br>        NAME &quot;LabelParcelle.shp&quot;<br>
        DATA &quot;LabelParcelle.shp&quot;<br>        TYPE POINT<br>        DEBUG 5<br>        DUMP TRUE<br>        LABELCACHE ON<br>        METADATA<br>        WMS_TITLE &quot;LabelParcelle.shp&quot;<br>        &quot;WMS_SRS&quot; &quot;EPSG:27572&quot;<br>
<br>        WFS_TITLE &quot;LabelParcelle.shp&quot;<br>        &quot;WFS_SRS&quot; &quot;EPSG:27572&quot;<br>        END<br>        LABELITEM TXT<br>CLASS<br>NAME &quot;LabelParcelle.shp&quot;<br>        STYLE<br>        SYMBOL 7<br>
        SIZE 2<br>        OUTLINECOLOR 0 0 0<br>        COLOR 0 0 0<br>        END<br>        LABEL<br>        TYPE BITMAP<br>        POSITION AUTO<br>        SIZE MEDIUM<br>        COLOR 0 0 0<br>        End #LABEL<br>        END<br>
END #Layer<br><br>