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't found it in mapserver documentation <br><br>Tonton <br><br>next the layer <br><br>LAYER<br>        NAME "LabelParcelle.shp"<br>
        DATA "LabelParcelle.shp"<br>        TYPE POINT<br>        DEBUG 5<br>        DUMP TRUE<br>        LABELCACHE ON<br>        METADATA<br>        WMS_TITLE "LabelParcelle.shp"<br>        "WMS_SRS" "EPSG:27572"<br>
<br>        WFS_TITLE "LabelParcelle.shp"<br>        "WFS_SRS" "EPSG:27572"<br>        END<br>        LABELITEM TXT<br>CLASS<br>NAME "LabelParcelle.shp"<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>