[mapserver-users] line layer does not appear

Toni Hernández toni@giscampus.udg.es
Wed, 2 Oct 2002 18:59:49 +0200


hi everybody,

I have a problem with a line layer.
This is my .map file for the layer called carrers.
The thing is that if I put # in front of FILTERITEM and FILTER the layer
appears.
Anyone know why???


 LAYER
   NAME carrers
   TYPE LINE
   DATA carrers
   STATUS on
   FILTERITEM "Nom"
   FILTER "%name%"
   CLASS
     NAME "l_carrers"
     COLOR 0 255 0
     TEMPLATE "carrers.html"
   END
   LABELITEM Nom
   HEADER "cap_carrers.html"
   FOOTER "peu_carrers.html"
 END


Thanks a lot