[mapserver-users] Making border thick on selecting shape...

Luis Treviño ltrevinoh at gmail.com
Mon Apr 7 13:16:39 EDT 2008


you can try something like this:

LAYER
 NAME "layername"
 TYPE polygon
 ...
 CLASS
   STYLE
     COLOR 255 255 0
     OUTLINECOLOR 255 0 0
     WIDTH 4
   END
 END
END

regards,
Luis


2008/4/5, Atul Dravid <atul.dravid at iworktech.com>:
> Dear All,
>
> I am developing mapserver based application on Windows platform. The map is
> rendered properly as per the tutorial. Also I can also capture the shape in
> the layer on which user is clicking the mouse. I would like the border of
> this shape to be converted to Red color and with more thickness.
>
> Anyone has done this ?
>
> Thanks in advance,
> _______________________________________________
>  mapserver-users mailing list
>  mapserver-users at lists.osgeo.org
>  http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>


More information about the mapserver-users mailing list