[mapserver-users] QUERYONLY?
    Daniel Morissette 
    morissette at dmsolutions.ca
       
    Mon Nov 26 07:12:25 PST 2001
    
    
  
"Obe, Regina DND\\MIS" wrote:
> 
> SYMBOL
>   NAME 'circle'
>   TYPE ELLIPSE
>   POINTS 1 1 END
>   FILLED = TRUE
> END
> 
>  now I get the following error.
> 
> loadSymbol(): Unknown identifier. (TRUE):(95)
> 
You should use "FILLED TRUE" and not "FILLED = TRUE":
 SYMBOL
   NAME 'circle'
   TYPE ELLIPSE
   POINTS 1 1 END
   FILLED TRUE
 END
-- 
------------------------------------------------------------
 Daniel Morissette               morissette at dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------
  Don't put for tomorrow what you can do today, because if 
      you enjoy it today you can do it again tomorrow.
    
    
More information about the MapServer-users
mailing list