Mapserver 5 expressions

Andreas Albarello andreas.albarello at TERRITORIUMONLINE.COM
Mon Sep 10 12:03:02 EDT 2007


Lars-Göran Edholm wrote:
> I still have problem with expressions with 2 or more values.
> In Mapserver 4 I use:
> ...&map_fastvisa_class_expression=([FNR]=210176493 OR [FNR]=210176494)..
> 
> In Mapserver 5 I use:
> 
> In the Map-file:
> EXPRESSION ([FNR]=%fasokex%)
> 
> and in the URL
> .....&fasokex=210176493&....
> but how to use 2 or more values in Mapserver 5??

Lars,

try this:

EXPRESSION ([FNR] IN '%fasokex%')

URL: ...&fasokex=210176493,210176494&...


Best regards,
-- 
--------------------------------------------------------------------
Andreas Albarello
Analysis & SW Development

Territorium Online srl/GmbH
Via Buozzi/Buozzistraße 12 - I 39100 Bolzano/Bozen
email: andreas.albarello at territoriumonline.com
web:   www.territoriumonline.com
--------------------------------------------------------------------



More information about the mapserver-users mailing list