hello

i use shapefile  to render a map in wms layer.
it is working good but ...

the  column i use TXT  have number  ( 12 30 255 etc...)

so i see with 10 digits after the point ( 12.00000000  30.000000000
255.000000000 etc...)

if anybody know how to set that my label was text or integer and not decimal
? i haven't found it in mapserver documentation

Tonton

next the layer

LAYER
        NAME "LabelParcelle.shp"
        DATA "LabelParcelle.shp"
        TYPE POINT
        DEBUG 5
        DUMP TRUE
        LABELCACHE ON
        METADATA
        WMS_TITLE "LabelParcelle.shp"
        "WMS_SRS" "EPSG:27572"

        WFS_TITLE "LabelParcelle.shp"
        "WFS_SRS" "EPSG:27572"
        END
        LABELITEM TXT
CLASS
NAME "LabelParcelle.shp"
        STYLE
        SYMBOL 7
        SIZE 2
        OUTLINECOLOR 0 0 0
        COLOR 0 0 0
        END
        LABEL
        TYPE BITMAP
        POSITION AUTO
        SIZE MEDIUM
        COLOR 0 0 0
        End #LABEL
        END
END #Layer
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to