Hi,
    Can anybody please help me with a mapscript code to change the feature
points of a circle defined in the mapfile. My mapfile looks as below,
LAYER
    NAME "Circle"
    STATUS off
    TRANSPARENCY 50
    TYPE circle
    FEATURE
        POINTS
            73.802230 18.484904
            73.902774 18.584458
        END #end of POINTS
    END #end of FEATURE
    CLASS
             STYLE
            OUTLINECOLOR 255 0 0
            COLOR 186 227 255
        END #end of STYLE
        END #end of CLASS
END #end of LAYER Circle

Currently I am using C# mapscript. A code in php will also be great.

Thanks,
Sucharita
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to