[Mapserver-users] Re: Expression parser error

pkishor_98 pkishor at geoanalytics.com
Thu Mar 27 07:14:40 PST 2003


--- In mapserver-users at yahoogroups.com, Agneta Schick <schick at s...> 
wrote:
> Dear mapserver-users,
> 
> I have no idea where to search for this error; 
> I hope someone can point me
> in the right direction:
> 
..>             
> but I get the above error message when I add
>     CLASS
>        EXPRESSION  ([GEO]) < 120)      # 0 <= [GEO] <= 657


Your expression is missing a parens. Should be like so...

EXPRESSION (([GEO]) < 120)




More information about the MapServer-users mailing list