expression
Stephen Woodbridge
woodbri at SWOODBRIDGE.COM
Mon Mar 12 07:14:08 PDT 2007
Leonardo Olivieri wrote:
> Hello,
>
> I Have installed mapserver phpmapscript on linux.
>
>
>
> In the shapefile using ArcMap I haved a column COD_PIANO and a value is = attività
>
>
> COD_PIANO
>
> attività
>
>
> In the mapfile on linux, I have the expression
>
> EXPRESSION ('[COD_PIANO]' eq 'attività')
Try:
EXPRESSION ([COD_PIANO] eq 'attività')
> but this expression don't work
>
>
>
> Any hints?
>
>
> Thanks in advanced.
>
> Leonardo
More information about the MapServer-users
mailing list