[Mapserver-users] accessing numeric fields in postgres

Krung Saengpole krung at cad.go.th
Mon Mar 31 14:58:43 EST 2003


>But if I use numeric data I didn't get it to work. For example
>
>CLASS
>         EXPRESSION ([POPULATION] gt 100000)

Try
CLASS
    EXPRESSION ([POPULATION] > 100000)
.....
.....

>.
>.
>.
>END





More information about the mapserver-users mailing list