[Mapserver-users] Missing Something

Tyler Mitchell TMitchell at lignum.com
Fri May 21 15:06:00 EDT 2004


>   LAYER 
>     NAME sewera
>     DATA sewera
>     STATUS DEFAULT
>     TYPE POLYGON
> 
>    END 

No CLASS section in your LAYER?  You need to specify how to draw the 
features, i.e:

   LAYER 
     NAME sewera
     DATA sewera
     STATUS DEFAULT
     TYPE POLYGON
     CLASS
       OUTLINECOLOR 0 0 0
     END
   END 




More information about the mapserver-users mailing list