You need to define a class for each of the filters with its own style. Regards, Umberto
On 1/30/06, krishna S <[EMAIL PROTECTED]> wrote: > Hello all, > I want to display sections with some filteritem set, the outline of > those sections need to be thickened, i got this part working but i even > want to display the outline border of the other sections with just the > normal thickness. Here is the snippet of my code > > $layername1->setFilter("section=159"); > $image=$map->draw(); > $image_url=$image->saveWebImage(); > > I set the width of the borderline in the mapfile as i couldnt find the > style attribute for width in mapscript. I am not sure how to display the > other sections other than 159 with no labels on them but just the boundary > line. > > Thanks for your time .... > --kris >