expression

Stephen Woodbridge woodbri at SWOODBRIDGE.COM
Mon Mar 12 10:14:08 EDT 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