Hello guys...

I have two point WMS layers... Both with LABEL...

When both are ON, the label stays in front of each other...
I try to use the BUFFER option (mapfile config), but without success...

The image is attached...

Any idea?



Point Layer
LAYER
    NAME Test1
    METADATA
        "wms_title"    "Test1"   ##required
        "wms_srs"       "EPSG:4326"  ##recommended
        "wms_feature_info_mime_type" "text/html"
    END
    GROUP "Test"
    TYPE POINT
    STATUS ON
    INCLUDE "Connection.map"
    DATA ""
    LABELITEM "NameTest"

    CLASS
        TEMPLATE "dummy"
        STYLE
            SYMBOL "circle"
            SIZE 7
            OUTLINECOLOR 0 0 0
            COLOR 0 255 0
        END
        STYLE
            SYMBOL "circle"
            SIZE 2
            COLOR 52 52 52
        END
        LABEL
            COLOR 0 0 0
            TYPE TRUETYPE
            FONT Calibri
            SIZE 8
            ANTIALIAS TRUE
            POSITION AUTO
            PARTIALS FALSE
            MINDISTANCE 0
            BUFFER 3
        END
    END
END

<<attachment: overlaylabel.png>>

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to